Skip to content

Commit

Permalink
remove example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Dessane committed May 11, 2021
1 parent fb5bd65 commit 068c1ce
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,3 @@
[![Version](https://img.shields.io/npm/v/@habx/react-query-state)](https://www.npmjs.com/package/@habx/react-query-state)
[![Size](https://img.shields.io/bundlephobia/min/@habx/react-query-state)](https://bundlephobia.com/result?p=@habx/react-query-state)
[![License](https://img.shields.io/github/license/habx/react-query-state)](/LICENSE)

### Example
```typescript
const [filters, _, { isInitialized }] = useQueryState<LotsFilters>('lotsFilters', { // eslint-disable-line
customClean: customLotsFilters,
}
)
```

0 comments on commit 068c1ce

Please sign in to comment.