Skip to content

Commit

Permalink
Fix migration guide reference to jsonformsReducer
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoker authored and sdirix committed Dec 16, 2020
1 parent cd457e1 commit 1e4fa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ If you want to keep using the Redux variant of JSON Forms for now (which is not
The new imports are available at `@jsonforms/react/lib/redux`, i.e.

```ts
import { jsonformsReducers, JsonFormsReduxProvider } from '@jsonforms/react/lib/redux';
import { jsonformsReducer, JsonFormsReduxProvider } from '@jsonforms/react/lib/redux';
```

# Migrating from JSON Forms 1.x (AngularJS 1.x)
Expand Down

0 comments on commit 1e4fa6a

Please sign in to comment.