github_pr_tree icon indicating copy to clipboard operation
github_pr_tree copied to clipboard

Chrome on Mac: Cannot read property 'getItem' of null

Open rix0rrr opened this issue 4 years ago • 1 comments
trafficstars

This is happening to me both for the version on the Chrome app store as well as when I cloned and installed it locally

image

image

window.localStorage is actually null

Chrome version: Version 88.0.4324.150 (Official Build) (x86_64)

rix0rrr avatar Feb 16 '21 14:02 rix0rrr

I hacked it locally to use chrome.storage.local.get() and chrome.storage.local.set().

Not really in a position to submit a PR because I can't oversee race conditions (API turns from sync to async) and cross-browser concerns.

rix0rrr avatar Feb 16 '21 15:02 rix0rrr