React, Uncaught ReferenceError: ReactDOM is not defined

前端 未结 6 861
渐次进展
渐次进展 2021-02-07 02:39

I am doing this Router tutorial.

My App.jsx file:

import React from \'react\';
import ReactDOM from \'react-dom\';
import { Router, Route, Link, browserH         


        
6条回答
  •  青春惊慌失措
    2021-02-07 03:29

    In this tutor this command "npm install react-router" does not save it in package.json file so modify and run command to "npm install --save react-router".

提交回复
热议问题