We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4223a commit 26b12d8Copy full SHA for 26b12d8
src/EmailEditor.js
@@ -18,6 +18,7 @@ function EmailEditor(
18
},
19
ref
20
) {
21
+ console.log(editorHostUrl);
22
const receiveMessage = useCallback(
23
(event) => {
24
//TO FIX: repeat calls to receive messge
0 commit comments