You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When accessing the "Deploy VM" wizard (and potentially other forms), most data is fetched twice. This appears to be caused by the OwnershipSelection component, which resets and re-fetches data upon creation. As a result, redundant API calls are triggered, impacting performance and potentially user experience.
problem
When accessing the "Deploy VM" wizard (and potentially other forms), most data is fetched twice. This appears to be caused by the OwnershipSelection component, which resets and re-fetches data upon creation. As a result, redundant API calls are triggered, impacting performance and potentially user experience.
Added the following logs to check,
deploy-twice-fetch-data.mp4
versions
4.20, maybe others which have ownership selection UI
The steps to reproduce the bug
What to do about it?
Do not reset data on initial creation of the components