Hello again,
Im running into a weird behaivoir, the extension is working as I wish in dev but when i build for prod it doesnt work, so im saving in the storage some data and listeneing to those changes within the react component,
In dev, the storage is saved and react component is listening to this change,
but in prod, storage saved but component not listening
How can I used rerender a CSUI whenever a value in the storage is changed ?