Skip to content

Commit

Permalink
Merge pull request #21 from TanStack/chore-remove-bump-helper
Browse files Browse the repository at this point in the history
Remove unused code, fix React package import
  • Loading branch information
crutchcorn committed Sep 2, 2023
2 parents 899ce83 + 3382e37 commit 915b63a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
6 changes: 1 addition & 5 deletions packages/react-store/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { AnyUpdater, Store } from '@tanstack/store'
import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/shim/with-selector'
import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/shim/with-selector.js'

export * from '@tanstack/store'

Expand Down Expand Up @@ -53,7 +53,3 @@ export function shallow<T>(objA: T, objB: T) {
}
return true
}

// Force a manual release of the package
// @ts-ignore
const manualRelease = 1;
4 changes: 0 additions & 4 deletions packages/store/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,3 @@ export class Store<
this._flush()
}
}

// Force a manual release of the package
// @ts-ignore
const manualRelease = 1;
4 changes: 0 additions & 4 deletions packages/vue-store/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,3 @@ export function shallow<T>(objA: T, objB: T) {
}
return true
}

// Force a manual release of the package
// @ts-ignore
const manualRelease = 1;

0 comments on commit 915b63a

Please sign in to comment.