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

0 comments on commit 5c623fe

Please sign in to comment.