Style re-rendering error
Opened this issue · 1 comments
irtaza9 commented
3pleFly commented
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.