Open
Description
React Easy State version: x.x.x
Platform: browser / node / react-native / other
Describe the bug
If you have an array in your store and display it without wrapping it in a div it does not render or update properly.
For the toughest bugs only
https://codesandbox.io/s/pedantic-glade-ytrwo?file=/src/App.js
- click add pet and the pet list will not update.
- comment out line 15 and comment in line 16
- Hit add pet and list will update