/test-proj

Primary LanguageJavaScript

Description

Simple reproduction of React Hook error

To Reproduce

git clone https://github.com/onlyanegg/test-proj
cd test-proj/test-lib
npm install
cd ../test-app
npm install
npm link ../test-lib

In one terminal

cd test-proj/test-lib
npm run build

In another terminal

cd test-proj/test-app
npm start