Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2024-12-06 00:15:08 +00:00
parent a9a3751f3e
commit c299d2a0d1
281 changed files with 458 additions and 377 deletions

View File

@@ -280,7 +280,7 @@ class PipContainerInner extends React.Component<IProps, IState> {
}
export const PipContainer: React.FC = () => {
const movePersistedElement = useRef<() => void>();
const movePersistedElement = useRef<() => void>(undefined);
return <PipContainerInner movePersistedElement={movePersistedElement} />;
};