We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d550918 + d4729b1 commit a39c053Copy full SHA for a39c053
episode12/src/browser/index.js
@@ -2,4 +2,4 @@ import React from "react";
2
import { render } from "react-dom";
3
import App from "../shared/App";
4
5
-render(<App />, document.getElementById("Root"));
+render(<App />, document.getElementById("root"));
0 commit comments