From 5c623fec324e3bbc141e1dd9d9d320c287e28b5d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maximilian=20Schwarzm=C3=BCller?=
 <28806196+maxschwarzmueller@users.noreply.github.com>
Date: Fri, 25 Mar 2022 17:06:01 +0100
Subject: [PATCH] updated react example to v18

---
 code/react-vs-vanilla-js-example/react/src/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/react-vs-vanilla-js-example/react/src/index.js b/code/react-vs-vanilla-js-example/react/src/index.js
index a2a3af7b3d..9065e05326 100644
--- a/code/react-vs-vanilla-js-example/react/src/index.js
+++ b/code/react-vs-vanilla-js-example/react/src/index.js
@@ -1,5 +1,5 @@
 import React from 'react';
-import ReactDOM from 'react-dom';
+import ReactDOM from 'react-dom/client';
 
 import './index.css';
 import App from './App';