appsmithorg/appsmith

(JS-0458) Definitions for unused states detected

开放

#7,943 创建于 2021年9月29日

 (21 条评论) (0 个反应) (1 位负责人)TypeScript (4,508 个派生)batch import
Good First IssueLow effortTask

仓库指标

星标
 (39,454 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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/

贡献者指南