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 am using nextjs 13 and I have this exact issue too.
For me it is saying the problem is with the 'animate' property,
Updating a style property during rerender (animation) when a conflicting property is set (animationPlayState) can lead to styling bugs. To avoid this, don't mix shorthand and non-shorthand properties for the same value; instead, replace the shorthand with separate values.
Style re-rendering error
PFA
Code
The text was updated successfully, but these errors were encountered: