Understanding Solid Reactivity Lint Error
In the following component I get this lint warning:
But I am using it inside of an event handler function. Is this a misunderstanding on my part of how reactivity works or does the linter just not recognize that the
If this code is incorrect, what's the right way to handle it?
But I am using it inside of an event handler function. Is this a misunderstanding on my part of how reactivity works or does the linter just not recognize that the
chrome.runtime.onMessage global used by Chrome extensions can register event listeners? Here's a stripped down example of my code:If this code is incorrect, what's the right way to handle it?
