I am trying to implement communication between two windows.
I open a component new 2 window by using Window.open()
.
The problem its same component 2 different instance in 2 windows not able to communicate between that 2 windows.
Can you please help in this?