HI team,
While working on my flexi home page on clicking the case number from the list view or queue, getting a component error: Cannor perform 'IsArray' on a proxy that has been revoked.
Tried to debug all the LWC's on my homepage and record page, but not able to sort it out. Also, this had been an intermittent one where I could not reproduce this error again. Kindly help me in this.
1 个回答
Hi @Rashmitha V
I recommend to do the below.
- Enable Debug Mode in Salesforce to capture logs.
- Add console.log statements to track when and where the proxy is being revoked.
- Ensure objects used in LWC are properly cloned before modifications.
Thanks,
A. Gobinath