huhmm, so let me break it down further so I can understand correctly
I register my React Global Context UserContextProvider with username and role data
I update the Context data username through Plasmic studio project settings
Let say I am having the Text component in the middle of my page which I want to render content using that Context’s username
Where should my DataProvider be?