Closed ahsaanshuja closed 1 year ago
this issues was solved by doing this
`import { ChakraProvider, extendTheme } from '@chakra-ui/react'; import { StepsStyleConfig as Steps } from 'chakra-ui-steps';
const theme = extendTheme({ components: { Steps, }, });
export const App = () => { return (
); };`
I have just installed the package and integrated the code after that receiving this error