jeanverster / chakra-ui-steps

Steps component designed to work seamlessly with Chakra UI

Home Page:https://chakra-ui-steps.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SystemStyleFunction Not Beong Imported

ayodeji1167 opened this issue · comments

export 'SystemStyleFunction' (imported as 'SystemStyleFunction') was not found in '@chakra-ui/theme-tools' (possible exports: addPrefix, anatomy, blacken, calc, complementary, contrast, createBreakpoints, cssVar, darken, generateStripe, getColor, isAccessible, isDark, isDecimal, isLight, isReadable, lighten, mode, orient, randomColor, readability, toVar, toVarRef, tone, transparentize, whiten)

This is im unable to import SystemStyleFunction from @chakra-ui/theme-tools

im using chakra ui 2.4.6 it did'nt work so i switched to 2.4.1 , it still didn't work

Hi @ayodeji1167 - could you perhaps provide me with a codesandbox / stackblitz repro? I just tried in a fresh vite project and all seems to work as expected:

https://stackblitz.com/edit/vitejs-vite-wjszrb?file=src/App.tsx

Closing this due to no repro, please re-open if you're still running into this issue.