Skip to content
New issue

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

Use useConfig instead of the <FormKitProvider> #7

Open
justin-schroeder opened this issue Mar 15, 2024 · 0 comments
Open

Use useConfig instead of the <FormKitProvider> #7

justin-schroeder opened this issue Mar 15, 2024 · 0 comments

Comments

@justin-schroeder
Copy link
Member

Currently we are injecting a higher order component <FormKitProvider> into the SFC file, but this is really unnecessary since we no longer inject a lazy provider to check for suspense. We could isntead just use the useConfig composable. This would also mean we dont need to mess with the SFC template at all, which is causing bugs like formkit/formkit#1266.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant