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
# rekit create pa-sbo-ui-4 --sass
[2020-03-17 04:55:25.804] [info] Failed to load rekit.json, it doesn't exist or there is some syntax error.
[2020-03-17 04:55:25.810] [info] All plugins: ["common-core","rekit-plugin","rekit-react","redux-saga"]
[2020-03-17 04:55:25.810] [info] Applied plugins for appType common: ["common-core","redux-saga"]
# rekit add action home/my-action -a
The action is created but with the default redux-thunk middleware, not with redux-saga.
In the old stable version of Rekit (2.3.3) creating the first async action adjusting all Redux-Saga configurations as reported in this issue #99.
Any suggestion/workaround?
Thanks in advance for the response and for Rekit!
The text was updated successfully, but these errors were encountered:
hi @supnate, any workarounds on this? though using 2.3.3 works fine with redux-saga but that version of react doesnt support hooks API. Im hoping rekit-plugin-redux-saga has workaround with rekit@latest atleast
# npm install rekit@next -g
# rekit add action home/my-action -a
The action is created but with the default redux-thunk middleware, not with redux-saga.
In the old stable version of Rekit (2.3.3) creating the first async action adjusting all Redux-Saga configurations as reported in this issue #99.
Any suggestion/workaround?
Thanks in advance for the response and for Rekit!
The text was updated successfully, but these errors were encountered: