We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb533b commit fad68d3Copy full SHA for fad68d3
src/UI/StoryPreview/PreviewController/Mounters/FusionLib/index.tsx
@@ -108,12 +108,6 @@ function FusionLib(props: MounterProps<"FusionLib">) {
108
UILabsWarn(WARNINGS.CleanupError, err);
109
}
110
});
111
- } else {
112
- if (version === "Fusion2") {
113
- warn(
114
- "UI Labs: No cleanup function was returned for Fusion 0.2, there's no way to cleanup the story."
115
- );
116
- }
117
118
if (version === "Fusion3") {
119
Cast<Fusion3>(fusion).doCleanup(fusion);
0 commit comments