fix(dashboard): Check if big number height has changed before setting state (#34046)
We're currently relying on the ref to calculate a height for the big
number widget. A small set of users are hitting a recursion depth issue
with setState. Add a conditional so we aren't calling it unless
necessary (i.e. the size has changed).
Fixes JAVASCRIPT-26WN