-
Notifications
You must be signed in to change notification settings - Fork 581
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
doesn't work for Next 15/React 19? #764
Comments
Having the same issue with the react 19 production release |
Hi, I also experienced the same thing and as it seems this library is silently disontinued I took the initiative to fix it for myself. Currently you can check the code here (https://github.com/moxylabs/react-mentions/tree/v4.6.0) and use it like this in package.json You can give it a try and let me know if it's fixed for you. Works in my use case but I can't guarantee it's fixed for all If someone needs any feature in the other pull requests here merged I can do that in the repo above. If someone wants to convert it to TS or rewrite the class components to functonal components ... let's do this. I'm kinda ready to adopt it as it's easier for me than to switch to another lib |
@zapbulon This worked for my team. We just implemented this library a few weeks ago, so much appreciated!! |
@zapbulon Thanks, that works, nice 👍 Only thing is I'm still getting errors when checking for typescript errors: Are you still seeing the errors there? |
Unfortunately I have no idea what ReactPortal is and my best guess is it's something custom to yopur project? I'm not sure why it requires children prop |
Steps to reproduce:
Expected behaviour:
It to render
Observed behaviour:
Getting the following error:
The text was updated successfully, but these errors were encountered: