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
After updating to react-scripts 4,0.1 in #1702 we got some warnings.
We fixed most of them in #1706, getting rid of some any types variables but we left and ignored a few of them. // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
We should decide how to stop using any type throughout the application
The text was updated successfully, but these errors were encountered:
After updating to react-scripts 4,0.1 in #1702 we got some warnings.
We fixed most of them in #1706, getting rid of some any types variables but we left and ignored a few of them.
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
We should decide how to stop using any type throughout the application
The text was updated successfully, but these errors were encountered: