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
I'm using Stitches with Next.js, and noticed what seems like it might be a bug the other day.
I'm able to do something like this without any problems:
import { styled, config } from "stitches.config"; const Button = styled("button", { color: "$purple10" })
This works as expected.
However, if I then do this:
<Button css={{color: "$red10" }} />
I get something like the following:
So it looks like, for whatever reason, the token isn't being parsed, but this is only an issue when overriding.
Is anyone else experiencing this? I'm getting it in both Next.js 12.2.4 and Next.js 13.1.4.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Got same bug in here :(
Sorry, something went wrong.
No branches or pull requests
I'm using Stitches with Next.js, and noticed what seems like it might be a bug the other day.
I'm able to do something like this without any problems:
This works as expected.
However, if I then do this:
I get something like the following:
So it looks like, for whatever reason, the token isn't being parsed, but this is only an issue when overriding.
Is anyone else experiencing this? I'm getting it in both Next.js 12.2.4 and Next.js 13.1.4.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: