Cristian Velasquez Ramos
Cristian Velasquez Ramos
@Andarist Sounds good to me. What would a snapshot look like in this case? Would we move `children, keyedActors, reversedKeyedActors` into one object?
Also by making this an actor, do you mean to hook the system into the rootActor's `update` method? Currently looking at `useSelector` implementations, and it seems it subscribes to the...
@Andarist back to you! There are better tests that can be written, if you could give me some test cases you'd like to see I can get that done. One...
Anything I can do to get this past the finish line?
unfortunately, not yet. the system is still untyped. you'd have to annotate it manually in the selector or in the function
Anything I can do to improve this pr? @Andarist @davidkpiano
Can using `onClick` be a valid work around for this issue? I know it says its deprecated, but I have found that it doesn't seem to have the same issues...
@LFDanLu that makes sense. would you happen to know of any workarounds? i imagine not using `isDisabled` and adding the condition in the `onPress` would work
@snowystinger ah I see! does this also apply if i use `usePress` for the container? apologies for my ignorance
would there be a quick patch I could put out that would solve this issue in the meantime? @LFDanLu would happen to know how I could approximate the effect of...