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
I tried to use docz in a started project with react 16.8.6 but does not work. After install docz using npm isntall docz docz-theme-default --dev, set scripts docz:dev and docz:build on package.json and run using npm run docz:dev, I get the follow error:
./node_modules/docz/dist/index.esm.js 23:38
Module parse failed: Unexpected token (23:38)
You may need an appropriate loader to handle this file type.
| import { MDXProvider } from '@mdx-js/react';
|
> const BasePlayground = loadable(() => import('./Playground.esm.js'));
| const Playground = props => typeof window !== 'undefined' ? createElement(Suspense, {
| fallback: null
The text was updated successfully, but these errors were encountered:
Bug Report
I tried to use docz in a started project with react 16.8.6 but does not work. After install docz using
npm isntall docz docz-theme-default --dev
, set scripts docz:dev and docz:build on package.json and run usingnpm run docz:dev
, I get the follow error:The text was updated successfully, but these errors were encountered: