function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Umair Mohammad 10Umair Mohammad 10 

Component Error Surfaced for 1st Time

One of the team is getting a component error.  I am still a new virgin SF admin.  I encloised a screen shot of the message and the component error.  Any help would be appreciated.

User-added image
Naveen KNNaveen KN
This error might be from one of the lightning components in the record page. we must isolate the lightning component throwing the error and debug more to find root cause. 

find the detailed steps to debug lwc in my blog post https://www.codekiat.com/2022/06/how-to-debug-lightning-web-components-in-salesforce.html (if your lightning component is AURA, steps are almost similar)

Hope this helps.