Making changes to Callout with a custom component.
The height is no longer fillHeight: true, which means the callout sets the component width, and the component sets the callout height. This seems closer to the flow of width/height calculations used previously.
Making changes to
Callout
with a custom component.The height is no longer
fillHeight: true
, which means the callout sets the component width, and the component sets the callout height. This seems closer to the flow of width/height calculations used previously.