bridge: `_typeof` is not a function
Environment
Development, Local
- Operating System:
Darwin - Node Version:
v14.18.0 - Nuxt Version:
2.16.0-27226092.034b9901 - Package Manager:
Yarn - Bundler:
Webpack - User Config:
head,loading,router,css,styleResources,plugins,components,buildModules,prismic,googleFonts,pwa,build,server - Runtime Modules:
- - Build Modules:
@nuxtjs/prismic@1.3.1,@nuxtjs/pwa@3.3.5,@nuxtjs/style-resources@1.2.1,@nuxtjs/eslint-module@3.0.2,@nuxtjs/google-fonts@1.3.0,@nuxt/bridge@3.0.0-27234503.d5127e9
Describe the bug and expected behavior
Actual: Vuex helper functions broken when using @nuxt/bridge Expected: Must work as before.
Steps to reproduce
- Any project where vuex helper functions used. Ex:
computed:{ ...mapGetters({ sidebarOpened: 'sidebarOpened' }) } - Follow guide: https://v3.nuxtjs.org/getting-started/bridge
Additional context

About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 20