Answer the question
In order to leave comments, you need to log in
Why browser events in IE do not work in Tab material design component in react?
Browser events not firing in React Tab material design component in IE. Everything is fine in chrome
import {Tabs, Tab} from '@material-ui/core'
function App() {
return (
<div className="App">
<Tabs>
<Tab label={<p onClick={()=>alert('test')}>ddddd</p>}>
</Tab>
</Tabs>
</div>
);
}
export default App;`
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question