Return undefined if param is not there
In this code cityById could be undefined and I want that this checks this and then weatherData gets undefined.
Problem: I can't wrap this in a condition because of React's Hook Rules
Problem: I can't wrap this in a condition because of React's Hook Rules