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
I think I've found the cause of this issue. The retrieveState method of api.js currently sets the _enabledServices before _acceptedServices so the enabled services don't include services read from the cc-cookie. I think reversing this order is sufficient to fix it.
Expected Behavior
Should save the current service selection.
Current Behavior
All services are rejected and fire their onReject event.
Steps to reproduce
See this StackBlitz for a minimal repro: https://stackblitz.com/edit/stackblitz-starters-xtbkbf?file=index.js
Proposed fix or additional info.
See PR: #701
Version
3.0.1
On which browser do you see the issue?
Firefox, Chrome
The text was updated successfully, but these errors were encountered: