We relocated window measurment logic into a hook, useGridSpans(), which tells us the appropriate number of columns for the IconGrid. This is useful for rendering an InfoPanel in the right place! In future we should look into a custom implementation using ResizeObserver and polyfills, and that may be extensible for other use-cases.