Skip to content
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

React error on built app : Invalid hook call #1037

Closed
rakannimer opened this issue Aug 29, 2019 · 1 comment
Closed

React error on built app : Invalid hook call #1037

rakannimer opened this issue Aug 29, 2019 · 1 comment
Labels
bug Something isn't working fixed Issue fixed and released v2

Comments

@rakannimer
Copy link
Contributor

rakannimer commented Aug 29, 2019

Bug Report

App served after build has React error logs pointing to :
https://reactjs.org/docs/error-decoder.html/?invariant=321

To Reproduce

  1. npx create-docz-app my-app && cd my-app
  2. npm run dev
  3. npm run build
  4. open console to see errors
@rakannimer
Copy link
Contributor Author

Fixed in docz@2.0.0-rc.21

If updating docz in an existing project :

rm -rf .docz/ && yarn add docz@next && yarn docz dev 

@rakannimer rakannimer added the fixed Issue fixed and released label Sep 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed Issue fixed and released v2
Projects
None yet
Development

No branches or pull requests

1 participant