Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

idx doesn't detect TypeErrors in german IE #51

Closed
keesvanlierop opened this issue Jun 13, 2018 · 3 comments
Closed

idx doesn't detect TypeErrors in german IE #51

keesvanlierop opened this issue Jun 13, 2018 · 3 comments

Comments

@keesvanlierop
Copy link

Related to #46 , A german error can look like this:

Die Eigenschaft "addresses" eines undefinierten oder Nullverweises kann nicht abgerufen werden.

This does not pass the regex test and therefore gets thrown in the console.

@petetnt
Copy link

petetnt commented Nov 1, 2018

Same with Finnish IE11: The error message in finnish is Määrittämättömän tai tyhjän viittauksen ominaisuutta... for Unable to get property 'biz' of undefined or null reference

@petetnt
Copy link

petetnt commented Nov 2, 2018

As a workaround the babel transform and the macro (https://github.com/dralletje/idx.macro) work well because the values get precomputed!

@yungsters
Copy link
Contributor

I've updated the README.md to mention that babel-plugin-idx is critical to correct behavior of idx. Thanks for reporting this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants