Bennett Dams
Bennett Dams
> It does not make a storage api call Ah okay, but you can see the `400` request for a non-existing file nevertheless in the devtools. Maybe my feature request...
I think this was fixed via https://github.com/recharts/recharts/pull/3618 and is part of the `v2.7.0` release. The original return type (`[React.ReactNode, React.ReactNode]`) for the custom tooltip formatter [is back](https://github.com/recharts/recharts/pull/3618/files#diff-819dafe097882e6992be6bdd7ee45f7d74c502f16db84b47a54b18587aa55b99R22), which works for...
@yoshi2no In the given example, the client is created in the test. But in my case I want to create the client only once in a central place. This client...