haricane8133 / unique-tabid

This package helps you maintain Unique IDs per tab. This package takes care of differentiating duplicated tabs/sessions as well. This works by using SessionStorage and BroadcastChannel Communication.
4 stars 3 forks source link

Always getting a parent tab id and new tab is undefined #1

Open tannerolsen7 opened 4 months ago

tannerolsen7 commented 4 months ago

In testing this using Vue 3 composition api, I am always getting an undefined new tab and the parent id is always there. Any thoughts as to why?

`

`

tannerolsen7 commented 4 months ago

I checked if there were any other tabs with my dev server running and this didn't show anything. I closed the browser and started fresh. It now still shows the new tab as undefined (there is an error in the code with "Property 'isNewTab' does not exist on type 'iTabIdCallback'.).