Fix broken build

This commit is contained in:
Michael Shilman 2021-10-14 09:58:51 +08:00
parent a2fd9628c8
commit b154897398

View File

@ -134,7 +134,7 @@ const Story: FunctionComponent<StoryProps> = (props) => {
cleanup = context.renderStoryToElement({
story,
renderContext,
element: ref.current as Element,
element: ref.current as HTMLElement,
});
}
return () => cleanup && cleanup();