You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using .bind() or passing local callback functions as props to react component incurs a performance overhead. Consider using React.useCallback, or if possible, moving the callback definition outside the component. EXCEPTIONS: This rule may not apply if your react component is only rendered once, or if your application is not performance …
Occurrences
There is 1 occurrence of this issue in the repository.
Description
Using
.bind()
or passing local callback functions as props to react component incurs a performance overhead. Consider usingReact.useCallback
, or if possible, moving the callback definition outside the component. EXCEPTIONS: This rule may not apply if your react component is only rendered once, or if your application is not performance …Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/real-airbauer/noafd/issue/JS-0417/occurrences/
The text was updated successfully, but these errors were encountered: