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
The current configuration is giving some false positives. For example, you can remove the propTypes objects from Button and npm run lint will still pass.
The text was updated successfully, but these errors were encountered:
Dropping down to eslint-plugin-react@7.10.0 will allow react/prop-types to trigger the expected error in the scenario described above, but it still does not correctly return an error for defaultProps.
The current configuration is giving some false positives. For example, you can remove the
propTypes
objects fromButton
andnpm run lint
will still pass.The text was updated successfully, but these errors were encountered: