builderio-bot
released this
03 Feb 18:27
·
3 commits
to main
since this release
Patch Changes
-
abe5cba: Feat: exports
setClientUserAttributes
helper that can be used to set and update Builder's user attributes cookie. This cookie is used by Builder's Personalization Containers to decide which variant to render.Usage example:
import { setClientUserAttributes } from "@builder.io/sdk-react-nextjs"; setClientUserAttributes({ device: "tablet", });