Closed Luferov closed 1 year ago
nuxt/bridge#554
🤔
Using useRouter()
should work fine. This is an issue with Nuxt Bridge that got introduced in https://github.com/nuxt/bridge/pull/533 (see the issue I linked).
Using
useRouter()
should work fine. This is an issue with Nuxt Bridge that got introduced in nuxt/bridge#533 (see the issue I linked).
Yep, but it doesn’t work. In nuxt/bridge#533 deleted useRoute, and this I added solution through nuxtApp.
We should probably fix the upstream issue instead of adding a workaround in all modules where useRouter is used.
I agree, however this fix allows the system to work now.
@P4sca1 when this problem will resolve global, what do you thins about this?
I don't know when the issue gets resolved. Maybe @danielroe can tell. But I think Nuxt 3 issues have priority before Nuxt Bridge issues at the moment.
Yes, I think we should fix this in bridge.
It would be great! ❤️
Hi ! Any news about this issue ? I see RC 12 of Nuxt 3 is now available, I don't know the delay between a new RC of Nuxt 3 and a new release of Nuxt Bridge 🤔
@danielroe look like revert or no?
Can you confirm the bug is fixed with latest bridge?
Can you confirm the bug is fixed with latest bridge?
Works good!
Version
@nuxtjs/color-mode: 3.1.8 Nuxi 3.0.0-rc.11 Nuxt 2.16.0-27720022.54e852f with Nitro 0.5.4
What is Expected?
When using nuht/bridge with nuxt-rc.11, an error appears.