Skip to content

Write runtime checking for component props #1

@aniledev

Description

@aniledev

Problem
Currently, there is no development checking of prop types for React components. This could lead to poor development practices and errors that could be easily avoided. Checking prop types during development could avoid wrong data types from being passed and prevent errors. Refactoring becomes easier and less time-consuming.

Fix
Add type checking to any components that pass down props. Module already installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    code reviewDevelopment or production code could be improvedgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions