prodo-dev / prodo

Prodo is a React framework to build apps faster.
https://docs.prodo.dev
MIT License
114 stars 5 forks source link

Kanban "delete list" bug fix #97

Closed andrejak closed 5 years ago

andrejak commented 5 years ago

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.