dextools-io / chart-widget

DEXTools chart widget docs
49 stars 8 forks source link

Error reading localStorage on some browsers/incognito #8

Closed PWAnt closed 1 year ago

PWAnt commented 1 year ago

Unfortunately, the chart widget breaks on some browsers and in Chrome incognito as it attempts to access localStorage. I would imagine the localStorage calls would need to be wrapped to handle the exceptions for those specific use cases as I would imagine the storage is a nice-to-have/UX improvement rather than a critical feature.

Screenshot 2023-07-31 at 22 04 23
christophercr commented 1 year ago

Thanks for reporting this issue. We'll look into it 😉

christophercr commented 1 year ago

@PWAnt issue solved, should be working now.