humzariaz
09/09/2020, 12:35 PMTypeError: Cannot read property 'registerPageType' of null
at Object.mountToApp (MyCustomModule.ts:51)
at ApplicationSkeleton.ts:105
at Function._.each._.forEach (underscore.js:186)
at ApplicationSkeleton.start (ApplicationSkeleton.ts:102)
at startShopping (SC.Shopping.Starter.ts:45)
at Array.<anonymous> (SC.Shopping.Starter.ts:100)
at mightThrow (jquery.custom.js:4456)
at process (jquery.custom.js:4534)Steve Goldberg
09/09/2020, 12:41 PMapplication does not exist in the scope where you've called it. So where are you calling it?
And I wouldn't use any syntax newer than ES5, btw.humzariaz
09/10/2020, 6:57 AM