Cannot delete undefined subscriptions
When I create a subscription and than press the trashcan icon, nothing happens.
Steps to repeat:
- Start reactotron
- Reload app
- Click on the "State" button on the sidebar.
- Create a subscription called "foo" (that no corresponding mobx-state-tree foo store), which will created a list entry in state section that is marked as "undefined".
- Hit click the trashcan button on the list. Observe that nothing happens.
Expected behavior:
An undefined subscription should deletable when the trash button is clicked.
I have the same issue to.
I also had this issue. Made the mistake of subscribing to ".*" and it resulted in a "" titled section that showed my entire state tree. And it has been stuck in my subscriptions for months.
Only just today I found a work around: Click the "clear" trashcan button at the very top, instead of the trash button on the individual subscription. That didn't appear to do anything, which I think is another bug? All my subscriptions were still there. But if you then add a new subscription after that, all of the subscriptions are cleared, even the blank one.