[FEAT] root.loading
state should be considered empty
#359
Labels
T-ember-data
RFCs that impact the ember-data library
root.loading
state should be considered empty
#359
Records that have never been loaded previously transition into the
root.loading
state which is not considered empty. However, they have no data yet. This RFC would propose the following:preload
we would transition toroot.loading.empty
which would setisEmpty: true
preload
we would transition toroot.loading.preloaded
which would not setisEmpty: false
The text was updated successfully, but these errors were encountered: