Component that allows you to sort and filter data within the Lightning Experience. Use as a replacement for a Related List, or create a new grid that shows results from a custom query.
While calling the EnhancedLightningGrid data grid from the aura component as below,
We are getting the following issue in Sandboxes,
![error](https://user-images.githubusercontent.com/28985946/131868974-25602c82-50b9-4f48-a086-7988328f1ce0.jpg)
This is happening due the below Update (Enable Aura Component Access Fix) enforced in Winter 22.
![Aura Component Access](https://user-images.githubusercontent.com/28985946/131868465-fe67c749-c7a8-4e1e-a1eb-90dcff49e5b4.png)
This link (https://help.salesforce.com/s/articleView?id=release-notes.rn_aura_security_ru.htm&type=5&release=234) explains the change needed in the managed package.
Is there any possibility to get this issue resolved? I'd like to use this in a Quick Action button, therefore I made a Lightning Component like the one seen above.
While calling the EnhancedLightningGrid data grid from the aura component as below,