-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Default parameters in actionCreators don't parse correctly #627
Comments
Can you replicate it with our counter example? You can see the configuration here. Live demo seems to work ok. Without a repro (modifying that example or providing a repository), difficult to assist here. Can also look to todomvc demo (as the counter's action creators have no parameters), the code is here. |
I think I narrowed it down to the
I tried adding default parameters to the todomvc 'todos' action file ( the only changes I made are below). This resulted in no arguments being read by the Dispatcher monitor (probably due to babel).
|
A partial solution/replacement for |
An actionCreator function with default parameters doesn't parse correctly in the UI. The dispatch/action creation still seems to work fine.
The text was updated successfully, but these errors were encountered: