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
hi, I modify the Demo component by just import a Chakra-ui Button , and it didn't work any more , anyone know what should I do to import a component?
Server Error TypeError: F.__spreadArray is not a function
Demo.tsx
import { Button } from '@chakra-ui/react'; import * as React from 'react'; function Demo() { return ( <div> Neat demo!{' '} <Button onClick={() => { console.log(111); }} > sdfsdf </Button> </div> ); } export default Demo;
The text was updated successfully, but these errors were encountered:
I would suggest for UI components etc... that they should be provided as a global so that any styles are in your app and no the bundle.
Sorry, something went wrong.
Can i make the whole chakra framework as a global ? i tried but didn't work?
No branches or pull requests
hi, I modify the Demo component by just import a Chakra-ui Button , and it didn't work any more , anyone know what should I do to import a component?
Demo.tsx
The text was updated successfully, but these errors were encountered: