Tatsuya Itakura

Results 4 comments of Tatsuya Itakura

This looks like a vite's bug. https://github.com/vitejs/vite/issues/10444 You can fix vitest by `deps.fallbackCJS = true` for now. https://vitest.dev/config/#deps-fallbackcjs

[workaround] Use `sx` prop https://chakra-ui.com/docs/styled-system/the-sx-prop ```tsx Item A Item B Item C ```

@segunadebayo Resolved 👍🏻

I know this is not a clean way, but you can override with `!important` . ```tsx ```