Skip to content
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

Symbol action may convert failed in saga #542

Closed
purepennons opened this issue Jul 31, 2018 · 2 comments
Closed

Symbol action may convert failed in saga #542

purepennons opened this issue Jul 31, 2018 · 2 comments

Comments

@purepennons
Copy link

purepennons commented Jul 31, 2018

I modified the saga-counter example to use Symbol action instead.

And when I triggered multi times (maybe fast), the devtool caught all the actions, but some of them were converted failed.

const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({ serialize: true }) || compose;
export const INCREMENT = Symbol('INCREMENT')
export const INCREMENT_IF_ODD = Symbol('INCREMENT_IF_ODD')
export const INCREMENT_ASYNC = Symbol('INCREMENT_ASYNC')
export const DECREMENT = Symbol('DECREMENT')

screen shot 2018-07-31 at 1 22 13 pm

@zalmoxisus
Copy link
Owner

Related to kolodny/jsan#24

@zalmoxisus
Copy link
Owner

It was downgraded and fixed in 2.16, which will land in a day on Chrome Store.

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

2 participants