We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67931e3 commit ab708c2Copy full SHA for ab708c2
app/scripts/main.js
@@ -13,7 +13,6 @@ function Root() {
13
return <p>Hello from Starter</p>;
14
}
15
16
-// React legacy API is used because react-helmet is not compatible with the
17
-// new one introduced in React v18. See:
18
-// https://github.com/nfl/react-helmet/issues/669#issuecomment-1134228545
+// project-seed does not use the latest React API introduced in version 18
+// as commonly used modules might be incompatible with it (e.g. react-helmet v6.1.0).
19
render(<Root />, document.querySelector('#app-container'));
0 commit comments