Skip to content

Commit

Permalink
updated react example to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschwarzmueller committed Mar 25, 2022
1 parent a0a329b commit 5c623fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/react-vs-vanilla-js-example/react/src/index.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

1 comment on commit 5c623fe

@Tommio1
Copy link

@Tommio1 Tommio1 commented on 5c623fe Aug 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Max ;)

Please sign in to comment.