discord-bot-creator
discord-bot-creator copied to clipboard
(JS-0417) Avoid `.bind()` or Arrow Functions in JSX properties
Description
A bind call or arrow function in a JSX property will create a brand new function on every single render. This is bad for performance.
Occurrences
There are 40 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/Michael55555/discord-bot-creator/issue/JS-0417/occurrences/