From e34f5145e9e446411841d80ad63049fbebe458bd Mon Sep 17 00:00:00 2001 From: Sathvik Shanmugam Date: Thu, 5 May 2022 21:20:36 +0530 Subject: [PATCH] Tutorial markdown changes for React18 (#4630) * Changing the markdown - Initial commit * Adding the missing instruction to copy the JS and CSS from starter code * reverting the extra text added --- content/tutorial/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorial/tutorial.md b/content/tutorial/tutorial.md index a673223be..1eb3ad552 100644 --- a/content/tutorial/tutorial.md +++ b/content/tutorial/tutorial.md @@ -106,7 +106,7 @@ cd .. ```js import React from 'react'; -import ReactDOM from 'react-dom'; +import ReactDOM from 'react-dom/client'; import './index.css'; ```