Skip to content

Commit

Permalink
Remove typed-rememo.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Jun 2, 2022
1 parent dce5397 commit fc343d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion packages/core-data/src/selectors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* External dependencies
*/
import createSelector from 'rememo';
import { set, map, find, get, filter, compact } from 'lodash';

/**
Expand All @@ -27,7 +28,6 @@ import {
Name,
NameOf,
} from './entity-types';
import createSelector from './typed-rememo';

// This is an incomplete, high-level approximation of the State type.
// It makes the selectors slightly more safe, but is intended to evolve
Expand Down
31 changes: 0 additions & 31 deletions packages/core-data/src/typed-rememo.ts

This file was deleted.

0 comments on commit fc343d4

Please sign in to comment.