jared-dykstra / 180-decibels-website

Website for the (now decommissioned) 180Decibels.com
https://dashboard.heroku.com/apps/decibels-website/settings
1 stars 0 forks source link

Bootstrap 4 - CarouselItem uses `<Transition />` which fails on IE 11 #64

Open jared-dykstra opened 5 years ago

jared-dykstra commented 5 years ago

Solution is to remove Bootstrap and replace the Carousel with something better.

jared-dykstra commented 5 years ago

Transition uses CustomEvent I added this, so at least it prevents it from crashing.

However, it renders like crap on IE 11

image