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
{{ message }}
This repository was archived by the owner on May 15, 2022. It is now read-only.
The example code doesn't work with the error below.
Module not found: Package path ./dist/index.css is not exported from package /Users/wajiwaji/dev/livestream/react-dat-gui/example/node_modules/react-dat-gui (see exports field in /Users/wajiwaji/dev/livestream/react-dat-gui/example/node_modules/react-dat-gui/package.json)
> 1 | import 'react-dat-gui/dist/index.css';
2 |
3 | function MyApp({ Component, pageProps }) {
4 | return <Component {...pageProps} />;
I have tried the example before I run npm i in the root directory.
I think the path to index.css cannot be resolved because the path cannot not found on example/.