Is anyone else experiencing weird behavior when referencing Temporary State in a Module's Javascript Query?
I'm experiencing a bunch of weirdness, of which the main commonality is when accessing certain Temporary State variables, I get this console error: "DOMException: Failed to execute 'postMessage' on 'Window': # could not be cloned."
I can't figure out a consistent pattern but I am getting this error with as simple as a statement as return thisVariable.value
. This is only affecting existing modules I've built. This doesn't affect Temporary States in that modules. Also, when I create a new module or am working in an app, I don't observe this behavior.