wingify / across-tabs

Easy communication between cross-origin browser tabs. Simplified "CORS"ing!

Home Page:https://engineering.wingify.com/across-tabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Child tab not displaying info

dhemutton opened this issue · comments

Hi, I'm not sure why my child tab is not displaying the correct info when child.getTabInfo() is called. I get this:
Screenshot 2020-10-12 at 4 16 01 PM
but when i use parent.getAllTabs() i get the right info:
Screenshot 2020-10-12 at 4 16 17 PM

Any tips on how to resolve this? Thank you!