DataForm: Improve loading state management #66599
Labels
[Feature] DataViews
Work surrounding upgrading and evolving views in the site editor and beyond
[Package] DataViews
/packages/dataviews
[Status] In Progress
Tracking issues with work in progress
While working on #66559, I noticed that the data loading state is not properly managed, as the value is a boolean. To improve this, we should enhance the loading state management. For DataViews, we use the
isLoading
prop; similarly, we need to implement anisLoading
prop for DataForm.The text was updated successfully, but these errors were encountered: