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 warning is Enforce style prop value being an object (react/style-prop-object)
Is it possible to make the component be able to work with style={null} to disable inline styles?
It's not a big deal to disable warning, but style={false} is a bit confusing