Hi there, sorry if my question is confusing but Im facing this problem sometimes, probably obvious to fix
I have one variable ( tokens ) inside a component who is set by a context variable ( screenshot )
The context variable get all user infos, on this example Im using the context variable for get the current tokens amount of the user
Now, I would like to refresh the variable of the child component each time the user click on a button inside the PARENT component ( which minus 1 the tokens amount to the user table ) , the parent and the child component don't share any attributes, how can I update the variable tokens inside the child component without using any attributes for the on attributes change event.
Thanks