Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(types)(middleware/devtools): avoid copying types #1991

Merged
merged 8 commits into from
Oct 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/recipes/recipes.mdx
Co-authored-by: Blazej Sewera <code@sewera.dev>
  • Loading branch information
dai-shi and sewera authored Aug 12, 2023
commit f5b0b861dbacb9f764d02cc95e835cad8815a13b
2 changes: 1 addition & 1 deletion docs/recipes/recipes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ See an approach to combining stores [here](https://github.com/pmndrs/zustand/iss

#### Use it with TypeScript

It's recommended to install and import types from `@redux-devtools/extension` to get types correctly.
It's recommended to install and import `@redux-devtools/extension` to get correct types.

```ts
import type {} from '@redux-devtools/extension'
Expand Down