reactjs - React.js and IE8 shims not allowing hidden classes in Bootstrap -


i loading series of shims try , ie8 support in react project. below shims , order being loaded:

    html5shiv.js     es5-shim.js     es5-sham.js     json2.js     bind-shim.js     object-shim.js     eventshim.js     respond.min.js 

i have console polyfill file loads @ end. of these being compiled single file, reason bootstrap hidden property not working.

i wondering if order deal or maybe these shouldn't loaded together.

the issue had template issue. while order of elements need be:

css > js (so js adjust css needed ie8) because applying new template ie8 users, overwriting css base css styles , caused whole site fail.

by consolidating 1 template able apply js changes css @ once our initial state correct.