Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Swap to exact prop types #31

@zbreit

Description

@zbreit

Using https://www.npmjs.com/package/prop-types-exact, replace all instances of

SomeComponent.propTypes = {...};

with

SomeComponent.propTypes = exact({...});

and debug any resulting errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoringAny code improvements or suggestions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions