More than one action breaks actions!
See original GitHub issueSorry guys, I know we’re chomping at the bit 1.0, but I found this really wierd & serious bug…
See this codepen: https://codepen.io/zaceno/pen/JMWjwQ
Try typing in the input field. Notice that it works. Now: uncomment L12 ( otherAction: _ => ({otherVal: true})
)
💥
…the input field breaks. From my debugging, it looks like the set
action isn’t called even.
(… if this is a user error, I’m going to be very embarrassed…)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:10 (8 by maintainers)
Top Results From Across the Web
Brain Breaks Action Songs and Dance Songs for Kids Playlist ...
More and more schools are realizing the significant values of brain breaks in the ... Brain Breaks Action Vids for Kids Volume One...
Read more >Dispatching Multiple Actions from NGRX Effects - Medium
Lets break out switchMap to return a new observable array with multiple actions! @Effect() save = this.update$.pipe( map(action ...
Read more >Where to dispatch multiple actions in redux? - Stack Overflow
The recommended way as per the documentation is in the action creator, like so: function actionCreator(payload) { return dispatch ...
Read more >50 Educational Brain Breaks - WeAreTeachers
Quick, easy activities to help kids re-energize, refocus and give their ... Almost every one of them can be done individually and safely...
Read more >Perform multiple actions with a single button - Coda Help Center
Let's take a closer look at the formula. It may look intimidating at first glance, so let's break it down. RunActions() allows us...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed in 0.18.3! 🎉
Maybe related. https://github.com/mishoo/UglifyJS2/issues/2663