We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ec88c commit 46620a5Copy full SHA for 46620a5
src/components/Retool.js
@@ -95,7 +95,7 @@ class Retool extends React.Component {
95
}
96
97
handle = (event) => {
98
- if (!this.iframe.contentWindow) return
+ if (!this.iframe?.contentWindow) return
99
if (event.data.type === "PARENT_WINDOW_QUERY") {
100
this.createOrReplaceWatcher(
101
event.data.selector,
0 commit comments