You need to sign in to do that
Don't have an account?

Lightning Out after Spring 18 on CS77
Good Morning, Smart Folks!
It seems that our Lightning Out app which is embedded in a Sitecore site has completely stopped working after the application of Spring 18. Everything worked GREAT(ish) on Friday the 5th Before the update was applied. Now, I'm getting two Javascript errors when trying to render the app. (It doesn't even hit our custom code...so, its not our app, and a simple "Hello World" lightning app does the same thing.
Here's the Chrome dev tools output:
aura_prod.js:formatted:23327 Uncaught TypeError: Cannot read property 'create' of undefined
at a (aura_prod.js:formatted:23327)
at new A.ea.tq (aura_prod.js:formatted:23371)
at new $ (aura_prod.js:formatted:23425)
at new (aura_prod.js:formatted:24285)
at aura_prod.js:formatted:7279
a @ aura_prod.js:formatted:23327
A.ea.tq @ aura_prod.js:formatted:23371
$ @ aura_prod.js:formatted:23425
(anonymous) @ aura_prod.js:formatted:24285
(anonymous) @ aura_prod.js:formatted:7279
lightning.out.delegate.js?v=psg1JKA5EjWqfg8XQIV7lw:133 Uncaught TypeError: Cannot read property 'isEmpty' of undefined
at HTMLScriptElement. (lightning.out.delegate.js?v=psg1JKA5EjWqfg8XQIV7lw:133)
It seems that our Lightning Out app which is embedded in a Sitecore site has completely stopped working after the application of Spring 18. Everything worked GREAT(ish) on Friday the 5th Before the update was applied. Now, I'm getting two Javascript errors when trying to render the app. (It doesn't even hit our custom code...so, its not our app, and a simple "Hello World" lightning app does the same thing.
Here's the Chrome dev tools output:
aura_prod.js:formatted:23327 Uncaught TypeError: Cannot read property 'create' of undefined
at a (aura_prod.js:formatted:23327)
at new A.ea.tq (aura_prod.js:formatted:23371)
at new $ (aura_prod.js:formatted:23425)
at new (aura_prod.js:formatted:24285)
at aura_prod.js:formatted:7279
a @ aura_prod.js:formatted:23327
A.ea.tq @ aura_prod.js:formatted:23371
$ @ aura_prod.js:formatted:23425
(anonymous) @ aura_prod.js:formatted:24285
(anonymous) @ aura_prod.js:formatted:7279
lightning.out.delegate.js?v=psg1JKA5EjWqfg8XQIV7lw:133 Uncaught TypeError: Cannot read property 'isEmpty' of undefined
at HTMLScriptElement. (lightning.out.delegate.js?v=psg1JKA5EjWqfg8XQIV7lw:133)
here is my small suggestion for your case.
If you are using lightning:formattedNumber or any other tags which are in beta try to remove them and use any other equivalent tags that may help
Thanks
Pramodh.