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
#14478 enables eslint-plugin-react-hooks for react-next. There were a bunch of issues in CalloutContent which I wasn't quite sure how to handle. Since I'd like to get this in ASAP and Michael is OOF, for the time being I left TODO comments noting the issues and disabled the rule for those lines.
Before release these issues should be fixed properly: either add the missing hook deps (or related code changes), or add notes about why the rule is disabled and remove the TODO.
#14478 enables
eslint-plugin-react-hooks
for react-next. There were a bunch of issues in CalloutContent which I wasn't quite sure how to handle. Since I'd like to get this in ASAP and Michael is OOF, for the time being I left TODO comments noting the issues and disabled the rule for those lines.Before release these issues should be fixed properly: either add the missing hook deps (or related code changes), or add notes about why the rule is disabled and remove the TODO.
(There's also this TODO in FabricBase.)
The text was updated successfully, but these errors were encountered: