✅ – echoloid – 13-55 Mar 15
May I know,
How the statement
import {react} from "react"
Able to find the actual react module present in the node_modules without using any absolute path like
'../node_modules/react'
How the statement
import {react} from "react"
Able to find the actual react module present in the node_modules without using any absolute path like
'../node_modules/react'
