Por lo tanto, estoy tratando de usar el folleto de reacción, pero cuando intento usar cualquier componente del módulo, aparece este error.
./node_modules/babel-loader/lib/index.js You may need an additional loader to handle the result of these loaders. | useEffect(function updatePathOptions() { | if (props.pathOptions !== optionsRef.current) { > const options = props.pathOptions ?? {}; | element.instance.setStyle(options); | optionsRef.current = options;Alguien sabe como solucionar esto, no se ni por donde empezar?