Failed to initialize DigitUI #1027
kamal-beehyv
started this conversation in
Bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, getting this error while running code from the master branch
and I follow the same steps
https://core.digit.org/guides/developer-guide/ui-developer-guide/local-development-setup
https://core.digit.org/guides/developer-guide/ui-developer-guide/run-application
index.js:1 Failed to initialize DigitUI: 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:
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.
at push../micro-ui-internals/packages/modules/core/dist/index.js.exports.DigitUI (index.js:1:1)
at initDigitUI (App.js:73:1)
All reactions