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 installed following the Docs of DOCZ, but when i run docz dev, it successfully open localhost:3000, but outputs me this 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
See https://fb.me/react-invalid-hook-call for tips about how to debug and fix this problem.
Bug Report
Describe the bug
I installed following the Docs of DOCZ, but when i run
docz dev
, it successfully open localhost:3000, but outputs me this error:Expected behavior
Expected to see my index.mdx render successful
Environment
Additional context/Screenshots
My stack versions:
My doczrc.js:
The text was updated successfully, but these errors were encountered: