-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
Problem in Next15 RC #1149
Comments
Any update on this? |
Confirmed on my side, and this is upfront compatibility issue with React 19, not only with Next15. |
any update? im experiencing the same issue |
i encountered the same issue. |
Same Problem |
I think we should be waiting for v11. Watch #1177 . |
Hey, I've released a new major version, please read the release note before upgrading 🙏🏽 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug
when i use react toastify in next js version 15 rc it shows me a error like this:
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. Check the render method of
N
.when i comment the <ToastCotnainer ,the project runs correctly !
The text was updated successfully, but these errors were encountered: