react-toastify
react-toastify copied to clipboard
SyntaxError: The requested module 'react' is expected to be of type CommonJS, which does not support named exports. CommonJS modules can be imported by importing the default export. For example: import pkg from 'react'; const { isValidElement, useRef, useLayoutEffect, useEffect, cloneElement, useReducer, useState, forwardRef } = pkg;
SyntaxError: The requested module 'react' is expected to be of type CommonJS, which does not support named exports. CommonJS modules can be imported by importing the default export. For example: import pkg from 'react'; const { isValidElement, useRef, useLayoutEffect, useEffect, cloneElement, useReducer, useState, forwardRef } = pkg;
Hey @darshantank1995 it would be difficult for me to help you without a reproduction. Repository, setup etc... thanks
I'm having a kinda similar error in a nextjs project with preact as a dep instead of react. Are you having anything similar @darshantank1995?
Did you fix the problem ? @darshantank1995