Hi!
I get this error:
Uncaught (in promise) Error: The message port closed before a response was received.
at chrome-extension-async.js:46
trying to send a message to background.js like:
await chrome.runtime.sendMessage({ action: 'toggleIcon', value: dots });
Can someone help figuring out what is the reason or how to use this feature properly?
Thanks