We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0196e commit 2bd6407Copy full SHA for 2bd6407
docs/recipes/all-props-as-payload.md
@@ -12,7 +12,7 @@ What you will do:
12
- Configure `withViewModel` HOC with `getPayload` function that returns all props as payload
13
- Override type of output React component into fixed type
14
15
-```tsx{10,22,24}
+```tsx{8,20,22}
16
import { withViewModel } from 'mobx-view-model';
17
import { ViewModelBase } from 'mobx-view-model';
18
0 commit comments