Replies: 1 comment
-
It's currently not possible because we are hitting TS inference limits. You might want to follow this effort that is meant to alleviate the problem: #4703 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During migrating to version 5 I found that it's not possible to substitute
pure
actions withenqueueActions
in action declarations insetup
function due to difference in expecting typings. Is it bug? Or is there any reason to implement it like this?Beta Was this translation helpful? Give feedback.
All reactions