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
When I input a token reference that doesn't exist e.g. {spacing.foo} I would expect see a warning in the console, this is implemented here:
{spacing.foo}
panda/packages/token-dictionary/src/utils.ts
Line 38 in 01d72ad
It should show a message like warn [token] Reference not found: spacing.foo in "{spacing.foo}"
warn [token] Reference not found: spacing.foo in "{spacing.foo}"
The warning is quite handy to trace accidentally wrong token usage.
Prior to v0.39.2 this was working. I reported this here: #2626
https://play.panda-css.com/lhbG74qk60
React
0.39.2
n.a.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When I input a token reference that doesn't exist e.g.
{spacing.foo}
I would expect see a warning in the console, this is implemented here:panda/packages/token-dictionary/src/utils.ts
Line 38 in 01d72ad
It should show a message like
warn [token] Reference not found: spacing.foo in "{spacing.foo}"
The warning is quite handy to trace accidentally wrong token usage.
Prior to v0.39.2 this was working. I reported this here: #2626
Link to Reproduction
https://play.panda-css.com/lhbG74qk60
Steps to reproduce
JS Framework
React
Panda CSS Version
Browser
n.a.
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: