I am stacking with one problem. My react app working on localhost, but having blank page with error with the type error,when I deployed on netlify.
Anyone can help me? 4 more days I can not solve this issue.
enter image description here here is my code where showing error
>Solution :
import { useState } from 'react/cjs/react.development'
import React, { useEffect } from 'react'
change this
import React, { useState, useEffect } from 'react'