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
as i#m new to Turborepo i was following your tutorial. Even following it completely, i'm facing some compiling issues when it comes to yarn dev the app after adding the Chakra UI package following your tutorial on Medium
Error:
error - Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
1. You might have mismatching versions of React and the renderer (such as React DOM)
2. You might be breaking the Rules of Hooks
3. You might have more than one copy of React in the same app
Adding the package directly to the nextjs app is not a problem. But adding the package to turborepos root package.json breaks the compiling after importing ChakraProvider to _app.tsx
Any ideas what could be the potential cause?
The text was updated successfully, but these errors were encountered:
Hey hey,
as i#m new to Turborepo i was following your tutorial. Even following it completely, i'm facing some compiling issues when it comes to yarn dev the app after adding the Chakra UI package following your tutorial on Medium
Error:
Adding the package directly to the nextjs app is not a problem. But adding the package to turborepos root package.json breaks the compiling after importing ChakraProvider to _app.tsx
Any ideas what could be the potential cause?
The text was updated successfully, but these errors were encountered: