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.
1 parent c8740a7 commit 2e16084Copy full SHA for 2e16084
examples/parent-child-demo/public/index.html
@@ -1,15 +1,2 @@
1
-<!doctype html>
2
-<html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
- <title>React-lifecycle-visualizer demo</title>
7
- </head>
8
- <body>
9
- <noscript>
10
- You need to enable JavaScript to run this app.
11
- </noscript>
12
- <div id="root"></div>
13
- <script src="/dist/client-bundle.js"></script>
14
- </body>
15
-</html>
+<!-- StackBlitz version of index.html. Script linking is handled by StackBlitz, so we only need a #root element here -->
+<div id="root"></div>
0 commit comments