We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@react-spring/web
@react-spring/three
@react-spring/native
@react-spring/konva
@react-spring/zdog
9.5.5
If somewhere in the project HOC for fiber was created: const AnimatedBox = animatedThree(Box)
const AnimatedBox = animatedThree(Box)
The animation is dead for all web pages without the fiber's Canvas
Canvas
Reproduced in codesanbox. Try to comment out 9 line of codesandbox example - the thing will work as expected.
I expect that custom animated components wouldn't have any effect on pages without theejs.
https://codesandbox.io/s/optimistic-clarke-urfiic?file=/src/App.tsx:344-382
The text was updated successfully, but these errors were encountered:
Thanks for the report @mordv, this is a duplicate of #1586, here's a workaround whilst I work on a fix – #1586 (comment)
Sorry, something went wrong.
No branches or pull requests
Which react-spring target are you using?
@react-spring/web
@react-spring/three
@react-spring/native
@react-spring/konva
@react-spring/zdog
What version of react-spring are you using?
9.5.5
What's Wrong?
If somewhere in the project HOC for fiber was created:
const AnimatedBox = animatedThree(Box)
The animation is dead for all web pages without the fiber's
Canvas
To Reproduce
Reproduced in codesanbox.
Try to comment out 9 line of codesandbox example - the thing will work as expected.
Expected Behaviour
I expect that custom animated components wouldn't have any effect on pages without theejs.
Link to repo
https://codesandbox.io/s/optimistic-clarke-urfiic?file=/src/App.tsx:344-382
The text was updated successfully, but these errors were encountered: