Can you provide guidance on how to update a component in +layout.svelte whenever the userType changes?
I would like to toggle between a login and logout state in my navbar, where the state is dependent on currentUserType. I have a store for currentUserType and want to display a login button when the user is logged out, and dynamically remove it from the navbar once the user logs into their account.