Raathi Kugarajan
Raathi Kugarajan
The store looks fine and it should be working. I'll look into it as well. Would you be able to provide the MST version as well please?
Could you please let me know the Mobx state tree version? There is no public api to get the actions so this is the workaround. I'll look into it. On...
As it turns out isMobxAction() will not work consistently across all the versions. So there is not yet a proper way to identify the associated action of a model. MST...
With [email protected], you could pass in the actions manually as a third parameter to the `inspect()` method ```javascript inspect("Todo", todo, ['addTodo']); ``` This is a temporary workaround until there is...
I'm no longer maintaining wiretap. Probably I should update the readme to reflect that. If you are interested in taking over the project, please do let me know.
There are very [few tests](https://github.com/Raathigesh/retoggle/blob/master/src/lib/knobs/useBooleanKnob/test.spec.tsx) for some knobs. I would like to add more to the other once.
That would be really helpful and much appreciated. Snapshots tests should be good to start with 👍
It supposes to work. Seems like something we need to look into.
Hey, Can you please create a codesandbox example with the issue and share it here?
You are right. With the current design, the Inspector doesn't really know much about the toggles. We could agree on an API to support multi inspectors. But unfortunately, I don't...