Open darkomtc11 opened 1 year ago
Using the picker in browser incognito mode breaks the picker itself, since it uses localStorage. localStorage is not accessible in incognito, so you should try/catch that access.
localStorage
Using the picker in browser incognito mode breaks the picker itself, since it uses
localStorage
.localStorage
is not accessible in incognito, so you should try/catch that access.