does calling growthbook.setAttributes erase the ol...
# announcements
e
does calling growthbook.setAttributes erase the old attributes and sets the new ones or is just adding the new attributes on top of the old ones?
f
it overwrites the existing attributes
if you want to add, you have to do something like setAttributes({…getAttributes(), new: value, });
e
got it. thx @fresh-football-47124