2024.5.1-beta.1 (#40)

Fix Linux and Windows launch errors
This commit is contained in:
Gregory Schier
2024-06-04 15:02:14 -07:00
committed by GitHub
parent 5b12fad173
commit a62d43be18
10 changed files with 117 additions and 241 deletions

View File

@@ -1,6 +1,7 @@
import type { ReactNode } from 'react';
import { createPortal } from 'react-dom';
import { usePortal } from '../hooks/usePortal';
interface Props {
children: ReactNode;
name: string;