fix: extension url validation
This commit is contained in:
@@ -189,6 +189,7 @@ export const ComponentView: FunctionalComponent<IProps> = observer(
|
||||
}, [component, handleIframeLoadTimeout, loadTimeout]);
|
||||
|
||||
useEffect(() => {
|
||||
reloadStatus();
|
||||
if (!iframeRef.current) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user