Skip to content

CreateBase deprecates loading property in favor of authLoading #11243

@fmarchalemisys

Description

@fmarchalemisys

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions