I am trying to run my code and am receiving the below error in react console:
Uncaught ReferenceError: process is not defined
Can anyone guide me to clear this error. Any help appreciated.
I am trying to run my code and am receiving the below error in react console:
Uncaught ReferenceError: process is not defined
Can anyone guide me to clear this error. Any help appreciated.
It seems the only way to overcome from this error is by downgrade your react-scripts.
i followed this and it worked for me -
https://stackoverflow.com/a/71083312/16244952
However got a new error and working on it :-) .