[Window IO Stream] message event came from somewhere other than the CCP iFrame streams v1.6.8
See original GitHub issueHey,
So I have been seeing an increasing number of these warnings since I have upgraded to version 1.6.8, which are leading to an excessive amount of logs being spat out which is messing with my teams warning/ error reporting side of things. Before the upgrade I had never seen this warning before.
Did some digging and if I understand the code that’s logging this message correctly, you are making a comparison on two values which at some point can both be objects. Now since these are two objects, a simple ===/ == referencial check will not work for this case as these values are not primitive values. I think you might be after Object.is() in this specific case, or a deep referencial check depending on if they are the exact same object references or not.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:17
Top Related StackOverflow Question
I am having same issue as well
+1