react-timekeeper
react-timekeeper copied to clipboard
React timekeeper breaks application due to react-spring
Hello, recently the application breaks on start / build. Not sure if it's from react-spring or because the way it is used in react-timekeeper
react-timekeeper version used: 2.2.1 Fails due to react spring version: 9.7.1 with te following message:
./node_modules/@react-spring/web/dist/esm/index.js 113:11
Module parse failed: Unexpected token (113:11)
File was processed with these loaders:
* ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
| this.transforms = i;
| }
> _value = null;
| get() {
| return this._value || (this._value = this._get());
I created a new react application with only react and react-timekeer, for the following version of react: "react": "17.0.1", "react-dom": "17.0.1", "react-scripts": "^3.4.0", "react-timekeeper": "^2.2.1",
Added in the app code: <TimeKeeper time={clockTime} onChange={onChange} />
Started the app and it failed with the message above.
Any updates on this issue?