-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab emits strange character? #4068
Comments
I tried recreating the issue in the examples project. i did not face any issue. heres my code:
import React from 'react'; const muiTheme = getMuiTheme({ class Main extends React.Component { render() {
} export default Main;
import React from 'react'; //Needed for onTouchTap // Render the main app react component into the app div. Also I would suggest upgrade to the latest version of MUI I am closing this as this is not an issue with the library. Leave a comment below if you have any further issues. |
Problem Description
I have a simple tab control that is emitting a  character with no obvious reason why. The character disappears depending on what kind of content is in the tab. Adding multiple tabs causes the character to be carried with the highlighter for which tab is selected. I'm using babel to transpile, but the output seems harmless.
app.jsx:
I've included the output html as well, you can see the character getting inserted with a div:
output.txt
Versions
The text was updated successfully, but these errors were encountered: