We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi there ~
i am try to use nervjs for my next.js app, but the build process is failed:
./node_modules/mobx-react-lite/dist/index.module.js Attempted import error: 'useDebugValue' is not exported from 'react'.
the useDebugValue function is used in mobx-react-lite
and also:
[ warn ] ./node_modules/react-svg/es/react-svg.js Attempted import error: 'nerv-server' does not contain a default export (imported as 'ReactDOMServer').
ReactDOMServer seems not exported from 'nerv-server'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi there ~
i am try to use nervjs for my next.js app, but the build process is failed:
the useDebugValue function is used in mobx-react-lite
and also:
ReactDOMServer seems not exported from 'nerv-server'
The text was updated successfully, but these errors were encountered: