Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
dwqlik82
Creator
Creator

Extension erroring in IE, works in Chrome

Hi,

I've been developing an Sense extension that is getting close to deployment, day to day browser is Chrome and the extension works fine in that (a few warnings in dev tools about depreciated angular injectors and document.registerElement being depreciated )  Came to test in IE and nothing, when selecting the extension in Edit mode the properties dont display and not even able to delete it.

IE dev tools is giving the below error, looks like its possibly related to requirejs?

'Unable to get property '__esModule' of undefined or null reference'

 

Any ideas much appreciated, as IE is dominant in my Organisation.

Thanks,

Dale

Labels (5)
1 Solution

Accepted Solutions
dwqlik82
Creator
Creator
Author

I was being a moron, i had been using => accessor functions and it was erroring there (though the debugger wasnt picking it up).  rewriting it to avoid them worked

 

*Sheepish face*

 

View solution in original post

1 Reply
dwqlik82
Creator
Creator
Author

I was being a moron, i had been using => accessor functions and it was erroring there (though the debugger wasnt picking it up).  rewriting it to avoid them worked

 

*Sheepish face*