Attributes on Split components
Pre-release
Pre-release
·
41 commits
to master
since this release
- Adding the ability to include attributes when using Split components:
<Split name='feature1' attributes={{ paying_customer: true }}>
{(value: TreatmentWithConfig) => {...}
</Split>