Skip to content

Commit 0705e4c

Browse files
committed
removed override
1 parent cd44407 commit 0705e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export function useStore<T>(state: T, onChange: (state: T) => void, pointer?: st
9696
StoreStack.configure();
9797

9898
if (typeof pointer === "string") {
99-
window.stores.addStoreAtPointer(store, pointer, true);
99+
window.stores.addStoreAtPointer(store, pointer);
100100
return pointer;
101101
} else {
102102
return window.stores.addStore(store);

0 commit comments

Comments
 (0)