I have this icon placed in Action Container and a visibility property set on the diff of that icon to conditionally display when a boolean value is true.
The functionality is all working fine but it displays only after a page refresh is done. But the same icon if it is placed in ProfileContainer, it loads immediately whenever the edit page is opened.
Why there is a difference in loading when the control is placed in ActionContainer and ProfileContainer? How this can be fixed?