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
When using React.forwardRef i get eslint error: Cannot determine side-effects of mutating function return value
adding it to noSideEffectsWhenCalled doesn't help filter return value errors.
When using
React.forwardRef
i get eslint error:Cannot determine side-effects of mutating function return value
adding it to
noSideEffectsWhenCalled
doesn't help filter return value errors.for example:
with lint rule:
or
could you please advise how this issue could be resolved?
The text was updated successfully, but these errors were encountered: