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
I'm just trying to get a component running.
Environment: React/ReactDom: 18.3.1 NextJs: 15.03, PandaCSS: 0.47.1 @park-ui/panda-preset 0.42.0 @ark-ui/react 4.4.0
npx @park-ui/cli components add button
adds the button and styled/button to the ui directory.
import { ark } from '@ark-ui/react/factory' results in an error: Cannot find a module or its corresponding type declarations.
I can't find the factory in the Ark code. Is there a specific version of Ark I should be importing?
Also, (nit) none of the imports are ending with a semi-colon; I can deal with that, but it is playing havoc with my lint configuration. :)
The text was updated successfully, but these errors were encountered:
@ShaynaProductions Try removing the factory from the Ark import. I believe they changed their structure in v4. That has worked for me in the past.
factory
Sorry, something went wrong.
No branches or pull requests
I'm just trying to get a component running.
Environment:
React/ReactDom: 18.3.1
NextJs: 15.03,
PandaCSS: 0.47.1
@park-ui/panda-preset 0.42.0
@ark-ui/react 4.4.0
npx @park-ui/cli components add button
adds the button and styled/button to the ui directory.
import { ark } from '@ark-ui/react/factory' results in an error: Cannot find a module or its corresponding type declarations.
I can't find the factory in the Ark code. Is there a specific version of Ark I should be importing?
Also, (nit) none of the imports are ending with a semi-colon; I can deal with that, but it is playing havoc with my lint configuration. :)
The text was updated successfully, but these errors were encountered: