Fixes https://github.com/prodo-ai/prodo/issues/87
The issue was that the value of "cards" wasn't being updated properly inside the onSelection handler in the Wrapper component, even though it looked like it was updating correctly inside ListHeader. May be an issue with react-aria-menubutton 🤷♀
Also took this opportunity to add an error boundary into the devtools (pretty much copied from before). There's also a quick hack to make devtools work with react-modal in the kanban example.
Fixes https://github.com/prodo-ai/prodo/issues/87 The issue was that the value of "cards" wasn't being updated properly inside the onSelection handler in the Wrapper component, even though it looked like it was updating correctly inside ListHeader. May be an issue with react-aria-menubutton 🤷♀
Also took this opportunity to add an error boundary into the devtools (pretty much copied from before). There's also a quick hack to make devtools work with react-modal in the kanban example.