Skip to content

Commit

Permalink
chore: import createportal from react-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
mfanselmo committed Dec 12, 2024
1 parent 638cd2e commit 9580b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/ui",
"version": "0.7.3-beta.2",
"version": "0.7.3-beta.3",
"main": "./src/index.js",
"type": "module",
"exports": {
Expand Down
3 changes: 2 additions & 1 deletion packages/ui/src/FillWindow.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { createPortal } from "react";
import React from "react";
import createPortal from "react-dom";
import { isFunction } from "lodash-es";
import rerenderOnWindowResize from "./rerenderOnWindowResize";
import "./FillWindow.css";
Expand Down

0 comments on commit 9580b6e

Please sign in to comment.