You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
When I create a subscription and than press the trashcan icon, nothing happens.
Steps to repeat:
Expected behavior:
An undefined subscription should deletable when the trash button is clicked.
The text was updated successfully, but these errors were encountered: