appsmithorg/appsmith

(JS-0458) Definitions for unused states detected

オープン

#7,943 opened on 2021/09/29

 (21 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (4,508 件のフォーク)batch import
Good First IssueLow effortTask

Repository metrics

Stars
 (39,454 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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/

コントリビューターガイド