You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: it seems that by using non negative numbers as ids this actually works, if using 0 as an id it tends to publish everywhere. I got into this as I was actually using an enum and the first value was 0. This might be a bug.
In the html I have the following containers:
and in the TS file:
When I fire a toast I specify which id to target:
Yet the toast is displayed in both containers.
The text was updated successfully, but these errors were encountered: