Calendar loading issue run in IE11

3
Hi Guys, I’ve developed an app which runs fine in Chrome but hangs when ran in IE. The version of IE we use is IE11 (version 11.0.9600.19236). If I remove the Calendar widget from the home page it works for IE11 so I suspect the issue is with the calendar widget: https://appstore.home.mendix.com/link/app/107954/   Looking in the console I see the following 3 errors:   Error #1: Minified React error #130; visit http://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.  Invariant Violation: Minified React error #130; visit http://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.     at e.exports (http://localhost:8080/mxclientsystem/mxui/mxui.js?636928176292204329:46:196680)    at h (http://localhost:8080/mxclientsystem/mxui/mxui.js?636928176292204329:66:251)    at $n (http://localhost:8080/mxclientsystem/mxui/mxui.js?636928176292204329:66:34787)    at Anonymous function (http://localhost:8080/mxclientsystem/mxui/mxui.js?636928176292204329:66:42263)    at l (http://localhost:8080/mxclientsystem/mxui/mxui.js?636928176292204329:66:43070)    at p (http://localhost:8080/mxclientsystem/mxui/mxui.js?636928176292204329:66:43327)    at beginWork (http://localhost:8080/mxclientsystem/mxui/mxui.js?636928176292204329:66:51304)    at i (http://localhost:8080/mxclientsystem/mxui/mxui.js?636928176292204329:66:55238)    at o (http://localhost:8080/mxclientsystem/mxui/mxui.js?636928176292204329:66:55520)    at x (http://localhost:8080/mxclientsystem/mxui/mxui.js?636928176292204329:66:58456)   Error #2: factoryThrew undefined   Error #3: Loading module require*_27 failed! Check script file for syntax errors.   Also now that I have temporarily removed the calendar widget from the app I’m now also seeing on the homepage     No constr uctor found for widget SprintrFeedbackWidget and ItemActive           Does anyone know a fix for this please?   Cheers Adrian
asked
1 answers
0

I am having the same issue with the Signature widget.

Any help would be appreciated.

answered