Jason Quense
Jason Quense
that's a weird one... what are your env details? and from those two lines can you narrow it down further to which thing specifically is throwing?
Usually folks who hit this sort of thing have altered webpaks resolve config such that either packages are flattened incorrectly or webpavk looks in the wrong directory first when resolving....
I'm all for adding this, does this handle scrolling up from below the selected item with an inverse logic to the default? meaning will the selected item is below the...
I'd just look at the behavior in RW: http://jquense.github.io/react-widgets/docs/#/datetime-picker?_k=ymbdaq use the arrow keys to scroll up and down in the time list and you'll see what I mean.
I think we are miss understanding each other. The default behavior of `scrollTo` is to only pull the item into view to it's closest edge. your patch only pulls the...
you are only thinking of the one case for RW, which is when you open the popup from closed. the same logic doesn't make sense for keyboard navigation...I'm actually curious...
Should work with any version of relay, this is just tools for implementing the backend bits relay requires which don't change much
Oop sorry, got my repos mixed up. Found relay is compatible with the experimental relay and concurrent mode, but doesn't use suspense internally. Hopefully when it's a bit more stable...
i've updated found-relay to have a peer dep on these types, so this should happen anymore
isn't this better solved by persistent queries?