useLoadStickerPacksEffect

The purpose of useLoadStickerPacksEffect hook is to fetch and update the sticker pack resource.

Example Usage:
const { reactionPacks } = useReactionPacks({
  reactionSpaceId: "<Reaction space ID>",
});
useLoadStickerPacksEffect();