We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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')
The text was updated successfully, but these errors were encountered:
Related to kolodny/jsan#24
Sorry, something went wrong.
It was downgraded and fixed in 2.16, which will land in a day on Chrome Store.
2.16
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: