WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.49k stars 4.18k forks source link

DataForm: Improve loading state management #66599

Open gigitux opened 2 days ago

gigitux commented 2 days ago

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 an isLoading prop for DataForm.