VictoriaMetrics icon indicating copy to clipboard operation
VictoriaMetrics copied to clipboard

vmui: fix issue preventing first query trace expansion

Open Loori-R opened this issue 9 months ago • 0 comments

Describe Your Changes

Resolves an issue where the first query trace in VMUI failed to expand due to incorrect handling within useLayoutEffect. This fix involves replacing useLayoutEffect with useEffect in the useElementSize and useWindowSize hooks to ensure proper initialization and state updates.

#6186

Checklist

The following checks are mandatory:

Loori-R avatar Apr 26 '24 16:04 Loori-R