hydrate
Will hydrate the client store with the provided initial state if one is provided.
Import
Usage
Parameters
config
AlchemyAccountsConfig
the config containing the client store
initialState
StoredState
optional param detailing the initial ClientState
Returns
{ onMount: () => Promise<void> }
an object containing an onMount function that can be called when your component first renders on the client