jr-questionnaire-react
v1.2.12
Published
Package provides the react questionnaire library for JR Questionnaire
Readme
This folder will contain the code for the react questionnaire library.
Compilation
The project uses TypeScript and some other tools.
- Execute
npm installto install or update all project dependencies. - Execute
npm run buildto compile the code into a library
Linking the web questionnaire
In order to avoid react imports resolve to two different exports objects, you have to link react from node_modules.
Example
npm link ../touch-qst-web/node_modules/react
For more details, visit https://reactjs.org/warnings/invalid-hook-call-warning.html
