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
i have 9.112.0 version and it is still not resolved
Did you pass the autoInvalidate prop as mentioned in the PR? That should fix the problem.
We decided not to make it auto invalidate by default because this might not be the expected behavior and would break certain cases.
three
version: 0.166.1@react-three/fiber
version: 8.16.8@react-three/drei
version: 9.108.4Problem description:
The
Float
component does not work when the frameloop is set todemand
.Relevant code:
invalidate
is not being called inside the Float component.Suggested solution:
Call
invalidate
inside the Float componentuseFrame
The text was updated successfully, but these errors were encountered: