Francois Zaninotto

Results 401 comments of Francois Zaninotto

Of course! Would you like to make a Pull Request?

Great idea! I'm not sure it should be an interceptor of a new method added to the server, but it'd definitely be useful.

Good point, this seems to be webpack related. Requires investigation.

No it hasn't, the problem was probably there from the start on.

Thank you for the great bug report, analysis, and fix suggestion. We should definitely go for option 1.

Yes, we've seen, and this is really bothering. We've invested heavily in react-query, and the author deprecates it without prior notice. It's not a good OSS practice IMHO. The upgrade...

It appears that react-query is NOT deprecated. See the author comment here: https://github.com/TanStack/query/issues/3917 So we don't have to upgrade anytime soon - which pushes me to solution 3.

> Let me just question why a major upgrade of a 3rd party lib would automatically lead to a major version on your end? Because an app using `useQuery` [as...