Closed Greenheart closed 4 years ago
Fix #138 and also upgrade dependencies.
Not sure about upgrading the TS major version to 4.0.3 just yet: https://github.com/facebook/create-react-app/issues/9842
Let's stick with react-scripts@3.4.3 and wait for react-scripts@4.x instead.
react-scripts@3.4.3
react-scripts@4.x
Tested locally and built successfully using npm install && npm start
npm install && npm start
Looks good. Seems to work for me aswell.
Fix #138 and also upgrade dependencies.
Not sure about upgrading the TS major version to 4.0.3 just yet: https://github.com/facebook/create-react-app/issues/9842
Let's stick with
react-scripts@3.4.3
and wait forreact-scripts@4.x
instead.Tested locally and built successfully using
npm install && npm start