We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94aed1c commit dbac6acCopy full SHA for dbac6ac
stories/html.stories.tsx
@@ -461,7 +461,7 @@ export const DefaultToFallbackElementWhenNotInUse = () => {
461
</div>;
462
};
463
464
-export const PersistPlaybackWhilstDispalyedInAHiddenElement = () => {
+export const PersistPlaybackWhilstDisplayedInAHiddenElement = () => {
465
const fallbackRef = React.useRef(undefined);
466
const portalNode = React.useMemo(() => createHtmlPortalNode({ fallbackMountNode: fallbackRef }), []);
467
const [showPortal, setShowPortal] = React.useState(true);
0 commit comments