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

  1. Any project where vuex helper functions used. Ex: computed:{ ...mapGetters({ sidebarOpened: 'sidebarOpened' }) }
  2. Follow guide: https://v3.nuxtjs.org/getting-started/bridge

Additional context

Screen Shot 2021-10-13 at 01 49 09

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 11
  • Comments: 20 (3 by maintainers)

Most upvoted comments

The issues you’ve been experiencing with vuex should be resolved with nuxt/framework#1026, but leaving issue open to track root cause.