fix: extension url validation

This commit is contained in:
Mo Bitar
2021-11-14 11:26:57 -06:00
parent 76258f5462
commit dee60e0fae
4 changed files with 13 additions and 9 deletions

View File

@@ -189,6 +189,7 @@ export const ComponentView: FunctionalComponent<IProps> = observer(
}, [component, handleIframeLoadTimeout, loadTimeout]);
useEffect(() => {
reloadStatus();
if (!iframeRef.current) {
return;
}