pmndrs / react-spring

✌️ A spring physics based React animation library
http://www.react-spring.dev/
MIT License
28.07k stars 1.19k forks source link

[bug]: regex parsing for boxShadow is wrong #2327

Open Lonli-Lokli opened 1 day ago

Lonli-Lokli commented 1 day ago

Which react-spring target are you using?

What version of react-spring are you using?

9.7.4

What's Wrong?

Regex should not use ! during match

To Reproduce

Open console for https://stackblitz.com/edit/vitejs-vite-twag6w?file=src%2Fmain.tsx&terminal=dev

Expected Behaviour

No runtime errors

Link to repo

https://stackblitz.com/edit/vitejs-vite-twag6w?file=src%2Fmain.tsx&terminal=dev

Lonli-Lokli commented 1 day ago

related to https://github.com/pmndrs/react-spring/issues/1952