Skip to content
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

Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release. #1287

Closed
ownerdelmee opened this issue Nov 29, 2024 · 0 comments · Fixed by #1317
Labels
bug Something isn't working

Comments

@ownerdelmee
Copy link

Description
It seems like blocknote is misusing the element.ref which has now been changed to a regular prop.

To Reproduce

  1. Use blocknote with nextjs 15 and react 19.
  2. Create a custom block.

Misc

  • Node version: v18.19.1
  • Package manager: bun
  • Browser: chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant