IE 11 and all Versions below have the same simple javascript error.
IE console output:
the objekt dont know the "includes" method
the incorrect line:
`
'switch-' + (legalSize.includes(options.size) ? options.size : 'default'),
`
without the includes method it works perfect
demo page dont work
IE 11 and all Versions below have the same simple javascript error.
IE console output:
the incorrect line:
`
'switch-' + (legalSize.includes(options.size) ? options.size : 'default'),
`
without the includes method it works perfect
demo page dont work