You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update README and types to match named export (#347)
* attach withExtraArgument as per README and types
* change back to named export and fix types/README instead
* attach -> export
---------
Co-authored-by: ben.durrant <ben.durrant@actual-experience.com>
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -133,13 +133,10 @@ function fetchUser(id) {
133
133
}
134
134
```
135
135
136
-
If you're setting up the store by hand, the default `thunk`export has an attached `thunk.withExtraArgument()` function that should be used to generate the correct thunk middleware:
136
+
If you're setting up the store by hand, the named export `withExtraArgument()` function should be used to generate the correct thunk middleware:
0 commit comments