VictoriaMetrics
VictoriaMetrics copied to clipboard
vmui: fix issue preventing first query trace expansion
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:
- [ ] My change adheres VictoriaMetrics contributing guidelines.