Skip to content

Issue with React UNSAFE lifecycle method depreciation #183

@Indigo744

Description

@Indigo744

React has deprecated the componentWillReceiveProps lifecycle method.

Starting with React 16.9, a WARNING is displayed in development mode.
With React 17.x, the method will no longer works.

It needs to be updated to UNSAFE_componentWillReceiveProps.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions