Skip to content

Commit

Permalink
docs(pmndrs#1220): rename page to migrating to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sewera committed Jan 5, 2023
1 parent f6c9e73 commit 9047335
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,5 +1,5 @@
---
title: v4 Migrations
title: Migrating to v4
nav: 19
---

Expand Down Expand Up @@ -38,10 +38,10 @@ of the test files in the repo from v3 to v4.

### Migration

If you're not passing any type parameters to `create`,
If you are not passing any type parameters to `create`,
no migration is required.

If you're using a "leaf" middleware like `combine` or `redux`,
If you are using a "leaf" middleware like `combine` or `redux`,
remove all type parameters from `create`.

Else, replace `create<T, ...>(...)` with `create<T>()(...)`.
Expand Down

0 comments on commit 9047335

Please sign in to comment.