Skip to content

Commit

Permalink
fix: import createRoot from react-dom/client
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirsamdarshi committed Jul 23, 2024
1 parent ca6b6f6 commit 9d4c146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { createRoot } from 'react-dom';
import { createRoot } from 'react-dom/client';
import { install } from 'ga-gtag';
import trackingId from './GoogleAnalytics/googleAnalytics';
import App from './App/App';
Expand Down

0 comments on commit 9d4c146

Please sign in to comment.