Uncaught ReferenceError: ReactDOM is not defined

后端 未结 5 1992
半阙折子戏
半阙折子戏 2021-02-01 01:26

So i have Rails applications, i installed react-rails gem, set it up and try to run test application.

Freshly installed, when i tryed to run hello world program, this er

5条回答
  •  无人及你
    2021-02-01 02:01

    Make sure that you've included react-dom.js. You can add it from CDN or use js toolchain of your choice.

    Installing React - using a CDN

    
    
    

提交回复
热议问题