useLoadStickerPacksEffect Suggest EditsThe purpose of useLoadStickerPacksEffect hook is to fetch and update the sticker pack resource. Example Usage: TypeScriptconst { reactionPacks } = useReactionPacks({ reactionSpaceId: "<Reaction space ID>", }); useLoadStickerPacksEffect(); Updated 12 months ago Table of Contents Example Usage: