devinit / datahub

Datahub v2
http://data.devinit.org
15 stars 3 forks source link

v1.10.0 .clear() doesn't do anything #511

Open geoidesic opened 3 months ago

geoidesic commented 3 months ago

I'm submitting a ...

Check one of the following options with "x" and add the appropriate label to the issue as well


[x] Bug report 
[ ] Regression (behaviour that used to work and stopped working in a new release)

Describe the Issue .clear() doesn't do anything

To Reproduce Replace the content below with the steps to reproduce the behaviour.

import localforage from "localforage";
localforage.clear();

Expected Behaviour I expect local storage to be empty after clear. It's not,

Desktop (please complete the following information):

Environment/Server:


- [ ] Production
- [ ] Staging
- [ ] Test
- [x] Development