[FlatButton] containerElement broken in Chrome for userAgent: 'all'
#3129
Labels
component: button
This is the name of the generic UI component, not the React module!
My code looks like
where Link is a react-router Link element, but using HTML
<a/>
tags has the same visual effect:While trying to predictably theme my MUI in a universal app according to #3009, I need to set the
userAgent
to 'all' for best results. This is breaking the styling of thisFlatButton
for me in Chrome (works well in Safari and FF):The output with this setting is:
Chrome somehow doesn't like
userAgent: 'all'
.EDIT: Linked to the right pull request.
The text was updated successfully, but these errors were encountered: