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
{{ message }}
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
Describe the bug
Currently the second call to datalayer.initialize results in an error message being output. That is unnecessary and not very user-friendly.
To Reproduce
Call datalayer.initialize twice.
Expected behavior
Datalayer should have no issues with being (re-)initialized as often as necessary. The second call should behave exactly the same as the first call.
Additional context
This is especially useful for unit testing and other scenarios