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
> yarn start
yarn run v1.22.10
$ react-scripts start
i 「wds」: Project is running at http://192.168.50.127/
i 「wds」: webpack output is served from
i 「wds」: Content not from webpack is served from D:\dev\mdx-runtime-test\public
i 「wds」: 404s will fallback to /
Starting the development server...
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating
Failed to compile.
./node_modules/periscopic/dist/periscopic.mjs
Can't import the named export 'walk' from non EcmaScript module (only default export is available)
Subject of the issue
@mdx-js/runtime@next
doesn't work in CRAYour environment
Steps to reproduce
minimal repro
npx create-react-app mdx-runtime-test
cd mdx-runtime-test
yarn add @mdx-js/runtime@next
yarn start
Expected behaviour
It compiles.
Actual behaviour
Maybe related: Rich-Harris/periscopic#10
The text was updated successfully, but these errors were encountered: