Fix front component cleanup (#18132)

Fix front component cleanup
This commit is contained in:
Raphaël Bosi
2026-02-20 16:03:10 +01:00
committed by GitHub
parent 7da8450075
commit 87922253f3
@@ -73,6 +73,7 @@ export const FrontComponentWorkerEffect = ({
return () => {
setThread(null);
worker.terminate();
isInitializedRef.current = false;
};
}, [
componentUrl,