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
After installing this module I get this error in the console: "Uncaught SyntaxError: Identifier 'w' has already been declared". I feel like it's trying to add the head script twice. Not sure.
Version
@nuxtjs/color-mode: 3.2.0
nuxt-edge: latest (2.16.0-27720022.54e852f in the yarn.lock)
Reproduction Link
I created a minimal Github repo to reproduce the error.
Steps to reproduce
Yarn install
Yarn dev
Open the project in the browser
Open the console
What is Expected?
I expect no errors to show.
What is actually happening?
I get a syntaxerror.
The text was updated successfully, but these errors were encountered:
After installing this module I get this error in the console: "Uncaught SyntaxError: Identifier 'w' has already been declared". I feel like it's trying to add the head script twice. Not sure.
Version
@nuxtjs/color-mode: 3.2.0
nuxt-edge: latest (2.16.0-27720022.54e852f in the yarn.lock)
Reproduction Link
I created a minimal Github repo to reproduce the error.
Steps to reproduce
What is Expected?
I expect no errors to show.
What is actually happening?
I get a syntaxerror.
The text was updated successfully, but these errors were encountered: