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
Copy file name to clipboardExpand all lines: README.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -624,6 +624,32 @@ const duck = createDuck({
624
624
});
625
625
```
626
626
627
+
Finally, if you need to access the API action types eg. in `reactions` you can do it quite intuitively in the following way:
628
+
629
+
> NOTE: since the `types.fetchProfile` is an object we can't access the loading type in the simple way (`types.fetchProfile`), but instead via `types.fetchProfile.loading`.
0 commit comments