This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
Error while requiring module @chakra-ui/nuxt: TypeError: Vue.observable is not a function #560
Comments
Same here! |
+1 |
2 similar comments
+1 |
+1 |
|
+1 |
2 similar comments
+1 |
+1 |
This issue hasn't been fixed till now! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I have a fresh install of Chakra UI on a Nuxt 3.4 app and when i add @chakra-ui/next to the nuxt.config.ts i get the error
Error while requiring module @chakra-ui/nuxt: TypeError: Vue.observable is not a function
To Reproduce
Steps to reproduce the behavior:
layouts/default.vue
and add an<h1> hello </h1>
<NuxtWelcome />
in app.vueExpected behavior
The page should display hello, do i can go on and add chakra layout components
Screenshots
Desktop (please complete the following information):
Additional context
There are also somw TypeScript errors when I add this snippet
I get an error message that says
Object literal may only specify known properties, and 'chakra' does not exist on type 'Nuxt Config'.
The text was updated successfully, but these errors were encountered: