Fork me on GitHub
#reagent
<
2018-06-16
>
fabrao15:06:10

Hello all, I started a project using [cljsjs/antd "3.5.0-0"] to use with reagent 0.8.1. I tested well with Chrome, Firefox, Edge, but in IE 11 it fails. Is that normal?

justinlee16:06:05

there are a million reasons why any webapp would work in browser x but not browser y

gklijs18:06:27

And IE being the failing one is pretty 'normal'

juhoteperi18:06:23

This issue seems to indicate antd might polyfills on IE<=11: https://github.com/ant-design/ant-design/issues/6190

juhoteperi18:06:59

Based on this information, I doubt the problem is caused by Reagent or Cljs