We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next.js
The problem
The Next.js example app is not working due to the Only static values are allowed inside of a stylex.create() call error.
Only static values are allowed inside of a stylex.create() call
How to reproduce
Steps to reproduce:
nextjs-example
npm run build
npm run dev
https://localhost:{port}
Expected behavior
The app should not crash due to the NON_STATIC_VALUE error. Seems like the token file is following the correct conventions.
NON_STATIC_VALUE
Environment (include versions). Did this work in previous versions?
18.19
Ventura 13.3.1
It was my first time running this example
The text was updated successfully, but these errors were encountered:
I'm not able to reproduce this on my mac. Can you try running npm run build at the root directory one more time?
Sorry, something went wrong.
@nmn alright this fixed the problem lol, perhaps I had some outdated external builds. thanks for quick response and help!
There is a design issue because the reset styles in global.css are overriding StyleX styles. I'm fixing this shortly.
reset
global.css
No branches or pull requests
The problem
The
Next.js
example app is not working due to theOnly static values are allowed inside of a stylex.create() call
error.How to reproduce
Steps to reproduce:
nextjs-example
npm run build
(ornpm run dev
and the navigate tohttps://localhost:{port}
)Expected behavior
The app should not crash due to the
NON_STATIC_VALUE
error. Seems like the token file is following the correct conventions.Environment (include versions). Did this work in previous versions?
18.19
Ventura 13.3.1
It was my first time running this example
The text was updated successfully, but these errors were encountered: