-
Notifications
You must be signed in to change notification settings - Fork 41
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
TypeError: Cannot assign to read only property 'children' of object '#<Object>' #42
Comments
Will there be errors when using next-boost is meant to be a replacement for |
We haven't seen any errors using It may be worth mentioning in the README if In my mind though, the bigger concern are the mentions of |
Thanks for the advice. I'll take a look at the env thing. In our setups, we have the |
Please check this release. https://github.com/rjyo/next-boost/releases/tag/v0.10.2 |
Hello! I wanted to let you know about an issue we ran into in one of our projects that was using
next-boost
.Lots of details can be found here in this issue: vercel/next.js#24783 (comment)
I've created an example reproduction case here: atdrago/repro-24783@1ea71f6
The error is below, and goes away when setting
NODE_ENV
toproduction
in our.env.production
file, so it appears that, by default,next-boost
runs with a NODE_ENV ofdevelopment
. This is different fromnext start
.The actual error we see in production is:
The text was updated successfully, but these errors were encountered: