Describe the bug
It's possible to accept analytics before core is loaded, it results in a silent error.
I see this in popup E2E tests sometimes, but it doesn't seem to be causing further issues in practice.
How to reproduce
To test manually, add a delay before loading core in initCoreInPopup
Call any method, during loading open analytics settings in the lower right corner
Press Confirm
See error in console
Expected behavior
Show analytics settings only after core is loaded
Describe the bug It's possible to accept analytics before core is loaded, it results in a silent error. I see this in popup E2E tests sometimes, but it doesn't seem to be causing further issues in practice.
How to reproduce
initCoreInPopup
Expected behavior Show analytics settings only after core is loaded
Screenshots