• Mick Roberts 3
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
I have a line of code in one of my components

 <lightning:overlaylibrary aura:id="overlayLib"/>

This works fine in the Sandbox, but when I installed in production, I got the following error

Component class instance initialization error [Definition does not exist on the client for descriptor:markup://lightning:overlaylibrary]

Would appreciate some help

 
I have a line of code in one of my components

 <lightning:overlaylibrary aura:id="overlayLib"/>

This works fine in the Sandbox, but when I installed in production, I got the following error

Component class instance initialization error [Definition does not exist on the client for descriptor:markup://lightning:overlaylibrary]

Would appreciate some help