Test failed: error TS2694: Namespace 'LinkifyIt' has no exported member 'LinkifyIt'

Hi, I got this error when run tests via yarn test:

 yjs git:(v13.6.18) ✗ yarn test
....
created dist/tests.cjs in 332ms
node_modules/@types/markdown-it/lib/index.d.ts:151:33 - error TS2694: Namespace 'LinkifyIt' has no exported member 'LinkifyIt'.

151     readonly linkify: LinkifyIt.LinkifyIt;
                                    ~~~~~~~~~


Found 1 error in node_modules/@types/markdown-it/lib/index.d.ts:151

error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

I tried both master and v13.6.18, but got the same issue. It seems like an upstream issue, but I’m not sure.

node --version
v20.12.2

I tried to reproduce this issue but I can’t. If you open a bug report, make sure to show how to reproduce it.

Also, this is not the place to report bugs.

Yes, I can reproduce it and a bug is reported: Test failed: error TS2694: Namespace ‘LinkifyIt’ has no exported member ‘LinkifyIt’ · Issue #662 · yjs/yjs (github.com)