adobeDataLayer.push fails when some older versions of RequireJS already exist on page #102
Labels
bug
Unexpected problem or unintended behavior that impairs normal functioning.
Milestone
Expected Behaviour
adobeDataLayer.push({'abc':1})
should append{'abc':1}
to the adobeDataLayer queueActual Behaviour
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Navigate to about:blank
Paste into the console and execute:
Paste into the console and execute (above code block must execute first):
Paste into the console and execute:
adobeDataLayer.push({'abc':1})
Platform and Version
Chrome Version 85.0.4183.102
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: