Ryota Watanabe
Ryota Watanabe
If you use jsx/tsx with nuxt/bridge, you need to add the `isTSX` option.(It is possible that it will not be needed in the future.) https://github.com/nuxt/bridge/pull/1064 ```ts export default defineNuxtConfig({ birdge:...
If you want to disable prefetch in nuxt/bridge, you can configure the following settings as in nuxt 3. (Must be the latest `@nuxt/bridge-edge` until RC.5 or stable is released.) ```ts...
It has not responded for a while, so I am closing it. Reopen is welcome.
The latest version solves this problem by using `bridge.typescript.esbuild`! https://stackblitz.com/edit/github-v8x4zm
Is this still occurring? If so, please provide a reproduction 🙏
Resolved by https://github.com/nuxt/bridge/pull/1164 If you want to use it quickly, you can use `@nuxt/[email protected]`. https://stackblitz.com/edit/github-yueotr
It has not responded for a while, so I am closing it. Reopen is welcome.
The issue has been resolved in https://github.com/nuxt/bridge/pull/775. cc: @danielroe
It has not responded for a while, so I am closing it. Reopen is welcome. (It would be helpful if you could provide a reproduction)
I believe this issue has been resolved at https://github.com/nuxt/bridge/issues/130. You can extend `NuxtAppCompat` to add types such as `$auth`.