Sorry 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...)
Sorry 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
setaction isn't called even.(... if this is a user error, I'm going to be very embarrassed...)