After upgrading to Angular 13, the only module that I cannot acces in my application is the one that references go-js. When I try to lazy-load the module that references go-js, I get this exception :
Error: Uncaught (in promise): TypeError: Cannot use 'in' operator to search for 'Layout' in undefinedTypeError: Cannot use 'in' operator to search for 'Layout' in undefined
If I click on the link, it opens my module minified code and it seems to crash here:
eq=["Layout","GoJSScriptURL"],fq=this;eq[0]in fq
EDIT
bumped into this thread while googling for GoJsScriptURL. Looks like an issue that has occured in the past already and was fixed, but it’s back again :
https://githubmemory.com/repo/NorthwoodsSoftware/GoJS/issues/118
Not sure what to do with that but in any case can you make the wrapper compatible with Angular 13 please ?
And here’s my callstack, as you can see gojs is the first call in the stack :