Skip to content

ERROR: Cannot find module '/home/jon/fe-nextjs-lotterycontract/node_modules/react/cjs/react.production.min' #3003

Answered by ippy1997
ippy1997 asked this question in Q&A
Discussion options

You must be logged in to vote

NVM I FIXED THIS ISSUE :-

to i get the useEffect function i was importing it like this
import { useEffect } from "react/cjs/"react.production.min"

TO FIX THIS ALL I HAD TO DO IS IMPORT LIKE THIS IN MY FILE:
import { useEffect } from "react"

but i do still think there is an issue in the react package, also several ppl reported it in other fourms

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ippy1997
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant