We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313ea59 commit f1bbdd4Copy full SHA for f1bbdd4
packages/browser/src/core/user/index.ts
@@ -229,10 +229,6 @@ export class UniversalStorage<Data extends StorageObject = StorageObject> {
229
: this.stores
230
}
231
232
- public push(store: Store) {
233
- this.stores.push(store)
234
- }
235
-
236
/*
237
This is to support few scenarios where:
238
- value exist in one of the stores ( as a result of other stores being cleared from browser ) and we want to resync them
0 commit comments