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
Shows error React Hook useCallback has a missing dependency: 'TDocument'. Either include it or remove the dependency array.eslintreact-hooks/exhaustive-deps)
The expected behavior
Should not show any errors, because it isn't possible to add types to the dependencies array (types don't exist at runtime!)
The text was updated successfully, but these errors were encountered:
React version: 16.13.1
Steps To Reproduce
useCallback
,useEffect
oruseMemo
Example:
The current behavior
Shows error
React Hook useCallback has a missing dependency: 'TDocument'. Either include it or remove the dependency array.eslintreact-hooks/exhaustive-deps)
The expected behavior
Should not show any errors, because it isn't possible to add types to the dependencies array (types don't exist at runtime!)
The text was updated successfully, but these errors were encountered: