TypeError: loaderUtils.getOption is not a function
I am following a Full Stack Development Course by freeCodeCamp right here. When I run the command npm start
to start React App, the result in browser show me like below
enter image description here
When I back with my code I can see that it gives me a following error:
enter image description here