Skip to content

Feedback for “Font Style” #1535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alibiyabani opened this issue Mar 17, 2025 · 6 comments · Fixed by #1544
Closed

Feedback for “Font Style” #1535

alibiyabani opened this issue Mar 17, 2025 · 6 comments · Fixed by #1544

Comments

@alibiyabani
Copy link

when i implement this logic in my react application i am facing below issue

Uncaught TypeError: Cannot set properties of undefined (setting 'usingClientEntryPoint')
at ae (chunk-Q4T2XL2T.js?v=4bb756a1:9322:30)
at J (chunk-Q4T2XL2T.js?v=4bb756a1:9338:12)
at Object.renderHTML (chunk-Q4T2XL2T.js?v=4bb756a1:10010:31)
at schema.toDOM (chunk-MZFEZCS4.js?v=4bb756a1:12488:32)
at _MarkViewDesc.create (chunk-MZFEZCS4.js?v=4bb756a1:7140:64)
at ViewTreeUpdater.syncToMarks (chunk-MZFEZCS4.js?v=4bb756a1:7686:37)
at chunk-MZFEZCS4.js?v=4bb756a1:7282:15
at iterDeco (chunk-MZFEZCS4.js?v=4bb756a1:7890:7)
at _NodeViewDesc.updateChildren (chunk-MZFEZCS4.js?v=4bb756a1:7275:5)
at _NodeViewDesc.updateInner (chunk-MZFEZCS4.js?v=4bb756a1:7350:12)

@YousefED
Copy link
Collaborator

which version of BlockNote are you using?

@alibiyabani
Copy link
Author

i am using version "^0.21.0",

"@blocknote/core": "^0.21.0",
"@blocknote/mantine": "^0.21.0",
"@blocknote/react": "^0.21.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"

@alibiyabani
Copy link
Author

hi bro i have updated BlockNote to latest version, but i am facing new issue "setRenderer"

"@blocknote/core": "^0.25.2",
"@blocknote/mantine": "^0.25.2",
"@blocknote/react": "^0.25.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"

chunk-2IM2BCV7.js?v=ae845ae0:11170 Uncaught TypeError: Cannot read properties of undefined (reading 'setRenderer')
at vi.render (chunk-2IM2BCV7.js?v=ae845ae0:11170:50)
at o.config.addMarkView (chunk-2IM2BCV7.js?v=ae845ae0:11226:14)
at _MarkViewDesc.create (chunk-KDGDRGKY.js?v=ae845ae0:7155:26)
at ViewTreeUpdater.syncToMarks (chunk-KDGDRGKY.js?v=ae845ae0:7703:37)
at chunk-KDGDRGKY.js?v=ae845ae0:7299:15
at iterDeco (chunk-KDGDRGKY.js?v=ae845ae0:7907:7)
at _NodeViewDesc.updateChildren (chunk-KDGDRGKY.js?v=ae845ae0:7292:5)
at _NodeViewDesc.updateInner (chunk-KDGDRGKY.js?v=ae845ae0:7367:12)
at _NodeViewDesc.update (chunk-KDGDRGKY.js?v=ae845ae0:7359:10)
at ViewTreeUpdater.updateNextNode (chunk-KDGDRGKY.js?v=ae845ae0:7771:29)

@YousefED
Copy link
Collaborator

Can you share a stackblitz snadbox to reproduce your issue?

@alibiyabani
Copy link
Author

@alibiyabani
Copy link
Author

thanks bro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants