Skip to content

Should I be concerned about the "has already been registered" Chrome warning? #2706

Answered by Mister-Hope
DaveSanders asked this question in Q&A
Discussion options

You must be logged in to vote

Cannot be fixed on the plugin side. This is cause by legacy mode as we are using different syntax for code tabs.

You can safely omit it with default theme. To get raid of it, manually add false as second arg of mdEnhancePlugin():

  plugins: [
    mdEnhancePlugin({ 
      // your options
     // ...
    }, false),
  ]

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DaveSanders
Comment options

Answer selected by Mister-Hope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants