appsmithorg/appsmith

(JS-0458) Definitions for unused states detected

Open

#7943 aperta il 29 set 2021

Vedi su GitHub
 (20 commenti) (0 reazioni) (1 assegnatario)TypeScript (4508 fork)batch import
Good First IssueLow effortTask

Metriche repository

Star
 (39.454 star)
Metriche merge PR
 (Merge medio 6g 14h) (26 PR mergiate in 30 g)

Descrizione

Description

You should avoid defining states that are not being used because unused states might affect while refactoring the codebase and introduces unnecessary operations by ReactJS. It is recommended to plan the behavior and operation of the component.

Occurrences

There are 9 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/appsmithorg/appsmith/issue/JS-0458/occurrences/

Guida contributor