scratchfoundation / scratch-gui

Graphical User Interface for creating and running Scratch 3.0 projects.
https://scratchfoundation.github.io/scratch-gui/develop/
BSD 3-Clause "New" or "Revised" License
4.48k stars 3.59k forks source link

"You may need an additional loader to handle the result of these loaders" Error when using GUI in Custom React Project #9601

Open MeechaPooch opened 5 months ago

MeechaPooch commented 5 months ago

Expected Behavior

The GUI should appear in a webpage im making

Actual Behavior

image

Error messages and no gui appears

Steps to Reproduce

Create a react project and run npm install https://github.com/scratchfoundation/scratch-gui.git and then add the "GUI" component to the DOM

alexcui03 commented 3 months ago

Could u please paste your webpack config here? It seems that u didn't configure jsx loader properly.