What you were expecting:
This instruction says loading is deprecated:
<Create loading={loading}>
The deprecation notice is found in CreateBase.
However, the loading property is more natural because it is used in other objects. authLoading suggests that the loading indicator is only displayed during the authentication phase, while loading is expected to be displayed all the time if authLoading is not set.
Besides, the loading property of EditBase is not deprecated.
I suspect the deprecation notice on CreateBase is a mistake.
What you were expecting:
This instruction says
loadingis deprecated:The deprecation notice is found in CreateBase.
However, the
loadingproperty is more natural because it is used in other objects.authLoadingsuggests that the loading indicator is only displayed during the authentication phase, whileloadingis expected to be displayed all the time ifauthLoadingis not set.Besides, the
loadingproperty ofEditBaseis not deprecated.I suspect the deprecation notice on
CreateBaseis a mistake.