Replies: 1 comment 1 reply
-
|
I found a problem, it is a small bug in library: it is left by mistake double brackets at the end of : y: "var(--slide-enter))", |
Beta Was this translation helpful? Give feedback.
-
|
I found a problem, it is a small bug in library: it is left by mistake double brackets at the end of : y: "var(--slide-enter))", |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am expecting this issue when trying to use modal in my Next.js application. this warning appears each time modal popups.

Anyway it works, modal popups, maybe with little flickering... But each time drops this warning
in console.
You are trying to animate y from "0px" to "var(--slide-enter))". 0px is not an animatable value - to enable this animation set 0px to a value animatable to var(--slide-enter)) via the
styleproperty.What can cause that?
Beta Was this translation helpful? Give feedback.
All reactions