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
react-css-modules uses styles property to overwrite the default component styles.
generateClassName could look for props.styles and this.props.styles when constructing the className value to determine whether a style needs to be overwritten.
There could be an option to force use of generateClassName even when styleName is a string literal value.
rsolomon, matteocng, dreamawakening, john-athena, bendtherules and 1 more