Othman Shareef
Results
2
issues of
Othman Shareef
I've been using `createChromeStorageStateHookLocal` for some time now for my Chrome extension but I noticed an annoying rerender issue that I couldn't debug, for some reason, the hook always returns...
when providing an initial value to the `createChromeStorageStateHookLocal` hook, and trying to access the data from `chrome.storage.local.get`, it returns `undefined` instead of the initial `false`. P.S.: the hook is already...