- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate. @ckifer Hi! The problem starts in version v2.5.0, most likely from this pull request https://github.com/recharts/recharts/pull/3454 We use Yaxis even when there is no data = null || undefined. The user later selects a data source Before version v2.5.0, the YAxis is rendered empty, without ticks https://codesandbox.io/p/sandbox/yaxis-with-null-value-v2-4-3-pt4ws7  Now the Yaxis is missing in our case https://codesandbox.io/p/sandbox/yaxis-problem-with-null-value-v2-5-0-w9ffxd 
@ckifer Hi! The problem starts in version v2.5.0, most likely from this pull request #3454
We use Yaxis even when there is no data = null || undefined. The user later selects a data source
Before version v2.5.0, the YAxis is rendered empty, without ticks
https://codesandbox.io/p/sandbox/yaxis-with-null-value-v2-4-3-pt4ws7
Now the Yaxis is missing in our case
https://codesandbox.io/p/sandbox/yaxis-problem-with-null-value-v2-5-0-w9ffxd