Skip to content

Commit

Permalink
Fix docgen build error
Browse files Browse the repository at this point in the history
  • Loading branch information
manzoorwanijk committed Nov 6, 2024
1 parent 78b4875 commit 2514dbb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/data/src/create-selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@
* and the selector parameters, and recomputes the values only when any of them changes.
*
* @see The documentation for the `rememo` package from which the `createSelector` function is reexported.
*
* @param selector Selector function that calculates a value from state and parameters.
* @param getDependants Function that returns an array of "dependant" objects.
* @return A memoized version of `selector` that caches the calculated return values.
*/
export { default as createSelector } from 'rememo';

0 comments on commit 2514dbb

Please sign in to comment.