[Bug]: React 19 messes with "Mentions" example #5846
Labels
Category: Open Source
The issue or pull reuqest is related to the open source packages of Tiptap.
Type: Bug
The issue or pullrequest is related to a bug
Affected Packages
extension-mention
Version(s)
2.9.1
Bug Description
When React v19 is installed, the example over at https://tiptap.dev/docs/editor/extensions/nodes/mention stops working (=
ref
not being passed correctly) due to changes to the way refs are handled in general it would seem - andref
cannot be passed toReactRenderer
🤔When using
forwardRef
everything works as expected though.Browser Used
Chrome
Code Example URL
No response
Expected Behavior
Example works just as before
Additional Context (Optional)
Clicking on a list entry still works
Dependency Updates
The text was updated successfully, but these errors were encountered: