Has someone understood the whole consent logic of the plugin?
As the live demo of the plugin, the same as my working example, has a common problem:
After consent has been granted to all categories, after some time 2 and 3 categories (in dev's demo 3 and 4) are unselected!
It happens on Firefox, Chrome is OK, and you won't spot it cause the banner won't reappear asking for the consent.
But in DevTool Local storage, the `acceptDateCategories` key with accepted date values is present.
The additional key "gdprCategoriesChoices" is always present with null values: {"1":0,"2":0,"3":0,"4":0,"jsessid":"xxx"}, but this cookie is absent in Dev demo