react-openapi-client
react-openapi-client copied to clipboard
Error when start cra-example [solution was found]
Steps to reproduce:
- clone project
-
cd examples/cra-example/ -
npm i -
npm run dev - Error occurred: invalid hook call
The solution was found:
- delete package-lock.json
- delete node_modules/ directory
- After that I can start the example with
npm iandnpm run dev