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.
In case it's helpful, it feels like this happened today. We noticed it as it affected functionality across the Modules we were using in our Apps. Was there anything released that may be related?
Thanks for the help here. I actually ended up working around the issue by moving that functionality into my apps (for other reasons this made sense) so haven't really dug into this.