V
V
Viktor Gluschenya2020-05-30 16:48:44
React
Viktor Gluschenya, 2020-05-30 16:48:44

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 question

Ask a Question

731 491 924 answers to any question