appsmithorg/appsmith

(JS-0458) Definitions for unused states detected

Aberta

#7.943 aberto em 29 de set. de 2021

 (21 comentários) (0 reação) (1 responsável)TypeScript (4.508 forks)batch import
Good First IssueLow effortTask

Métricas do repositório

Stars
 (39.454 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 14h) (26 fundiu PRs em 30d)

Description

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/

Guia do colaborador