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
`node_modules/react-spring/node_modules/@react-spring/web/dist/esm/index.js
SyntaxError: node_modules/react-spring/node_modules/@react-spring/web/dist/esm/index.js: Missing class properties transform.
1 | import{Globals as M}from"@react-spring/core";import{unstable_batchedUpdates as N}from"react-dom";import{createStringInterpolator as U,colors as D}from"@react-spring/shared";import{createHost as H}from"@react-spring/animated";var k=/^--/;function I(t,e){return e==null||typeof `
The text was updated successfully, but these errors were encountered:
i just did a new project without anything at all in it, just react-dom and this dependency and it throws this errror so clearly something is not right
`/node_modules/@react-spring/shared/dist/react-spring_shared.legacy-esm.js 1023:7
Module parse failed: Unexpected token (1023:7)
You may need an appropriate loader to handle this file type.
| var missingUnit = !unitRegex.test(output[0]) && output.find(function (value) {
| return unitRegex.test(value);
})?.replace(numberRegex, "");
| var i = 0;
| return output[0].replace(numberRegex, function () {`
It
gives
an error with react-spring`node_modules/react-spring/node_modules/@react-spring/web/dist/esm/index.js
SyntaxError: node_modules/react-spring/node_modules/@react-spring/web/dist/esm/index.js: Missing class properties transform.
The text was updated successfully, but these errors were encountered: