react-web-tabs
react-web-tabs copied to clipboard
Doesn't work on Internet Explorer 11
On IE 11, When I click on a tab to navigate or switch tab, it will redirect to another blank screen. Console gives this:
DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337
Polyfillis installed already. Is react-web-tab does not support for IE?
I tried with ie11 like below, and it's working
<TabList>
<Tab type="button" tabFor="vertical-tab-one">Work</Tab>
<Tab type="button" tabFor="vertical-tab-two">View</Tab>
<Tab type="button" tabFor="vertical-tab-three">Help</Tab>
</TabList>