Widgets initially load on mount
I have a view record page with multiple widget and im setting a few things on the widgets that need to get to the page. Ive disabled lazy loading my relation managers that has resulted in the data getting pushed at the right time, but the the widgets still seemed to be loaded after the RM. How can i ensure they are loaded before the RM's when i have lazy loading off?
0 Replies