Skip to content

Commit

Permalink
fix: update import statement for createRoot from react-dom/client to …
Browse files Browse the repository at this point in the history
…react-dom
  • Loading branch information
ThomasGross committed Jan 8, 2025
1 parent bea7082 commit b1458e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/mount.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createRoot } from "react-dom/client";
import { createRoot } from "react-dom";
import { createElement } from "react";
import { withErrorBoundary } from "react-error-boundary";
import { setToken } from "./token";
Expand Down

0 comments on commit b1458e5

Please sign in to comment.