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
If I generates Keyframes by script, write to the variable and use like this
<style jsx global>{`
${keyframes}
`}</style>
it doesn't work, but if I use the same as string it works.
If the current behavior is a bug, please provide the steps to reproduce and possibly a minimal demo or testcase in the form of a Next.js app, CodeSandbox URL or similar
Do you want to request a feature or report a bug?
Bug or question
What is the current behavior?
If I generates Keyframes by script, write to the variable and use like this
it doesn't work, but if I use the same as string it works.
If the current behavior is a bug, please provide the steps to reproduce and possibly a minimal demo or testcase in the form of a Next.js app, CodeSandbox URL or similar
What is the expected behavior?
Apply styles from variable, or explain what's wrong.
Environment (include versions)
Did this work in previous versions?
No
The text was updated successfully, but these errors were encountered: