Federico Zivolo

Results 282 comments of Federico Zivolo

Could support for a couple levels be added to the lib though? It should cover most of the use cases

Right now, no.

I would like to see a PR that implements https://github.com/FezVrasta/popper.js it would fix this problem and would simplify the code a lot

> For the example with `elem.setCustomValidity` why do you need to check its type? The return of `document.querySelector('input')` is defined as `HTMLInputElement | null` so you should only need to...

To add to the list, useQuery + refetch from @apollo/client fails too: ``` const { refetch } = useQuery(something); ``` The above throws a method-unbinding on `refetch`

Just a reminder, this is an open source project, everybody are MORE than welcome to send Pull Requests to add new features. I've not time to add new features to...

Is there any chance to have this merged after the recent performance improvements introduced in Flow?

I'm referring to the improvements mentioned in this blog post: https://medium.com/flow-type/what-the-flow-team-has-been-up-to-54239c62004f

If I'm reading from a specific snapshot and a new one is added to the list, the new one is automatically focused. This is a bit annoying because I need...