You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was getting an actual error in next13 TypeError: Cannot add property __, object is not extensible and for anyone who is also getting this from trying to use custom templates that return jsx, the solution that worked for me was following the codebox example from #950 (comment) (same as mentioned above) specifically the
Description
Using autocomplete in NextJs 13 with the newest react 18 version is causing errors
Reproduction
// using the default example from the api
Steps
install latest next js 18 with src structure, not with app structure
add autocomplete plugins
Expected behavior
shouldn't throw any errors
only happens with autocomplete implemented
Environment
The text was updated successfully, but these errors were encountered: