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
Is your feature request related to a problem? Please describe.
Using both source and destination from the same type might cause a recursive loop 😱.
E.g. dataLayer source listening for pushes and an active dataLayer destination would be bad.
Describe the solution you'd like
Check for the event.source.type and da destination.type in destinationPush. If it's set and equal, don't process the event.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Using both
source
anddestination
from the same type might cause a recursive loop 😱.E.g.
dataLayer
source listening for pushes and an activedataLayer
destination would be bad.Describe the solution you'd like
Check for the
event.source.type
and dadestination.type
indestinationPush
. If it's set and equal, don't process the event.The text was updated successfully, but these errors were encountered: