BlizzBolts/docit

[BUG] Expected component `ShowCode` to be defined

Closed this issue · 1 comments

To resolve this issue, add following config to your docit.config.js

vite: {
    resolve: {
      dedupe: [
        '@mdx-js/react'
      ]
    }
  },