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
Hello,
For information, I have the following error with a Next.js 15 project:
⨯ ./node_modules/.pnpm/[email protected][email protected]/node_modules/react-marked-renderer/dist/index.mjs:2:1 Module not found: Can't resolve '@babel/runtime/helpers/defineProperty' 1 | import require$$0, { createContext, useContext, useMemo, useCallback } from 'react'; > 2 | import _defineProperty from '@babel/runtime/helpers/defineProperty'; | ^ 3 | import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties'; 4 | 5 | /**
I solved it by simply adding the @babel/runtime dependency. Not sure why it is needed in this new Next.js version :).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
For information, I have the following error with a Next.js 15 project:
I solved it by simply adding the @babel/runtime dependency. Not sure why it is needed in this new Next.js version :).
The text was updated successfully, but these errors were encountered: