appsmithorg/appsmith

(JS-0458) Definitions for unused states detected

Open

#7,943 建立於 2021年9月29日

在 GitHub 查看
 (20 留言) (0 反應) (1 負責人)TypeScript (4,508 fork)batch import
Good First IssueLow effortTask

倉庫指標

Star
 (39,454 star)
PR 合併指標
 (平均合併 6天 14小時) (30 天內合併 26 個 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/

貢獻者指南