You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
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
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 functionTo Reproduce
Steps to reproduce the behavior:
layouts/default.vueand 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'.