Garrett Mitchell
Garrett Mitchell
Potentially the same issue also bites me on the other end — in the composed selector calculation, here's a small sample: ```ts interface Foo { foo: A } // some...
@markerikson here's a more full repro: ```ts import {createSelector} from 'reselect' interface Foo { bar: A } function values(_: {[k: string]: A}): A[] { const result: A[] = [] const...
@sjmueller I'm very interested to see what you have for this!
Here’s a rough outline of our hack workarounds: - never send text/selection via props in render - create logic to try to track what you expect the native side to...
Is it expected that these three commits get into 63.2?
We're on 0.63.2 and still having issues too
I'm also seeing this
I believe (but don’t know) this is still a problem
I'm also having this problem -- is there a solution?
@mohyeid thanks, I might end up doing that. @mogadanez were you able to find a different fix for this?