When a token updates it's not always directly reflected, resulting in session error or some confusion. The best way was to render the component was only when the token is present, but it should also be possible to just update the token prop and set the open prop to true.
When a token updates it's not always directly reflected, resulting in session error or some confusion. The best way was to render the component was only when the token is present, but it should also be possible to just update the token prop and set the
open
prop totrue
.