De-flake preview iframe error msg removal (#69)

This commit is contained in:
Will Chen
2025-05-01 23:18:19 -07:00
committed by GitHub
parent d1df8b10e8
commit 18846946b5
2 changed files with 5 additions and 4 deletions

View File

@@ -414,6 +414,9 @@ export const PreviewIframe = ({ loading }: { loading: boolean }) => {
</div>
) : (
<iframe
onLoad={() => {
setErrorMessage(undefined);
}}
ref={iframeRef}
key={reloadKey}
title={`Preview for App ${selectedAppId}`}