Skip to content

Support Redux-Saga 1.0.0 #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
abettadapur opened this issue Oct 9, 2018 · 5 comments
Open

Support Redux-Saga 1.0.0 #33

abettadapur opened this issue Oct 9, 2018 · 5 comments
Assignees

Comments

@abettadapur
Copy link
Collaborator

AsEffects helpers are not compatible with the new version of redux saga, need to update effects.js to handle both versions

@abettadapur abettadapur self-assigned this Oct 9, 2018
@erdalstk
Copy link

Waiting for this issue resolved. Thanks.

@damusix
Copy link

damusix commented Jan 13, 2020

1 year later

@abettadapur
Copy link
Collaborator Author

Sorry everyone, I have been really busy with my day-job and have not had time to upgrade this package.

I am going to pick this back up and see how far I can get

@Nantris
Copy link

Nantris commented Aug 15, 2022

Thanks for your great work @abettadapur. Does anyone know if 1.0.0 can run with the devtools yet? Or is there any list of remaining tasks/blockers?

Nowan added a commit to Nowan/redux-saga-devtools that referenced this issue Mar 27, 2024
@pashoo2
Copy link

pashoo2 commented Feb 9, 2025

Hey guys, based on the Nowan's fork, feel free to modify as you want. Supports the latest version of sagas

redux-saga-devtools-extension.zip

To build the extension:

  1. Open your JS IDE
  2. cd redux-saga-devtools.
  3. yarn install - Node >=20 is required
  4. yarn compile
  5. cd ..
  6. yarn install
  7. yarn dev for dev version or yarn prod for the minified version
  8. In Chrome open chrome://extensions/
  9. enable developer mode
  10. drag dist/development from the root of the repo to the extensions tab
  11. open your website and find Redux Saga tab in Chrome Dev Tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants