icebearlabs
icebearlabs
The issue with the "alternative approach" is, that it throws errors in production and you can't deploy at all. This means, that de facto we can't use this package.
Opened a PR for this: https://github.com/formkit/auto-animate/pull/64
For the time now: @savin2001 you can override the version in npm: See also here: https://stackoverflow.com/questions/15806152/how-do-i-override-nested-npm-dependency-versions This is what works for me: ``` "overrides": { "@formkit/auto-animate": { "react": "$react" }...
This would be a great addition, we also need this functionality. Question: Do we have a similar issue for BIC/SWIFT checks with German numbers? Maybe that's a dumb question, but...
yep hitting this as well, throwing out @storybook/preset-create-react-app fixes the issue. Something in there is not right, yet.