tour
tour copied to clipboard
Issue IE 11
Hi, there is an issue with tour on IE 11 with version 2.0.3:
SCRIPT1014: Invalid character.
const errors = {
notFound: {
error: 'not_found',
message: `Step could not be found.`
},
interrupted: {
error: 'interrupted',
message: `The tour was interrupted`
}
}
The issue is character like '`' Unfortunately it is a pick of iceberg. It looks that whole 2.0.3 is not compatible with IE11 JS Interpreter. Could you please release version 3 to npm or make old version IE11 compatible?
Hi, thanks for reporting this!
Looks like the Babel config for Tour isn’t properly transpiring template literals. Should be a quick fix.
On Thu, Aug 2, 2018 at 3:21 PM niemst [email protected] wrote:
Hi, there is an issue with tour on IE 11 with version 2.0.3:
SCRIPT1014: Invalid character.
const errors = { notFound: { error: 'not_found', message:
Step could not be found.}, interrupted: { error: 'interrupted', message:The tour was interrupted} }The issue is character like '`' Unfortunately it is a pick of iceberg. It looks that whole 2.0.3 is not compatible with IE11 JS Interpreter. Could you please release version 3 to npm or make old version IE11 compatible?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tourjs/tour/issues/18, or mute the thread https://github.com/notifications/unsubscribe-auth/AGck4jtIa2632N79ZLHK8LQRr3S9Lx20ks5uMu7AgaJpZM4VsLgz .