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
In a function library with no React import, zillow/react-hooks/rules-of-hooks errors out on any function prefaced with use.
function useFeature(data) {
return (data && data.feature);
}
error React Hook "useFeature" is called in function "getData" which is neither a React function component or a custom React Hook function zillow/react-hooks/rules-of-hooks
The text was updated successfully, but these errors were encountered:
In a function library with no React import,
zillow/react-hooks/rules-of-hooks
errors out on any function prefaced withuse
.The text was updated successfully, but these errors were encountered: