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
Both bar and loadBar are not in propTypesand they have been removed from Widget entirely. They are now completely extraneous and it would have been nice to see a lint message telling me to remove them.
The simplest way to do that seems to be to force them to appear in propTypes which would then cause a warning that they aren't used.
The text was updated successfully, but these errors were encountered:
After doing some refactoring I ended up with the following:
Both
bar
andloadBar
are not inpropTypes
and they have been removed fromWidget
entirely. They are now completely extraneous and it would have been nice to see a lint message telling me to remove them.The simplest way to do that seems to be to force them to appear in
propTypes
which would then cause a warning that they aren't used.The text was updated successfully, but these errors were encountered: