Skip to content

Babel transform the components for IE 11 compatibility

Looks like we introduced quite a bit of a regression when we started to use the gitlab-ui components

https://gitlab.com/gitlab-org/gitlab-ce/issues/53052#note_111244223

Thanks to the user rockerinthelocker (awesome username), he/she found the cause of the issue, which is all of the methods and computed properties of the gitlab-ui, are using the shorthanded methods which breaks IE, as the components are not being babel transformed at all.

Is this something we should address here or on GitLab itself?

cc @ClemMakesApps @mikegreiling