For example, If I initialized the hook once on a page, would other hooks called inside components also require initialization? - page < -- hook called here - - component < -- hook also called here. Does this require initialization?