-
Notifications
You must be signed in to change notification settings - Fork 110
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
Error after update to Nextjs 15 #81
Comments
Thanks for the report. I'll have a look |
Just tried on a fresh installation of nextjs 15 without any issues. Can you create a reproducible repo where I can check? |
Okay, so tested a bit more and the error occurs when both |
https://github.com/joncoronel/vps-testing Also replicated here. Fresh install of next 15 and react 19. |
Great, I could reproduce the error now. Will give to solve this |
Late on this but I know the problem. Just need to dig a bit more into this since it breaks on nextjs pages folder if I do this change. Hang in there |
Updated to Nextjs 15 and it seems openpanel breaks after the update. It seems to only occur in the turbo dev server. Does not occur in production. If I remove the
--turbo
from the dev server, it seems to work. Although, I did not get this error before upgrading even when using turbo before. Simply importingimport { OpenPanelComponent } from "@openpanel/nextjs";
causes the following error to occur:The text was updated successfully, but these errors were encountered: