Replies: 1 comment 4 replies
-
does this help ? #2288 (reply in thread) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
environment
tsconfig.json
"@/panda/": ["./styled-system/"]
jest.config.ts
moduleNameMapper: {
'^@/panda/(.)$': '/styled-system//$1',
'^@/(.*)$': '/src/$1',
},
error
can i something suggest resolve this error?
Beta Was this translation helpful? Give feedback.
All reactions