You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Started the app and it failed with the message above.
The text was updated successfully, but these errors were encountered:
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:
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:
Started the app and it failed with the message above.
The text was updated successfully, but these errors were encountered: