As far as I can see after some testing, it's not possible to use arrays in call to 'properties'.
For example: Smartlook.properties({testArray: [1,2,3]})
So do I just miss something or is it really possible to use only string | number | boolean as properties values?
As far as I can see after some testing, it's not possible to use arrays in call to 'properties'. For example:
Smartlook.properties({testArray: [1,2,3]})
So do I just miss something or is it really possible to use only
string | number | boolean
as properties values?I'm using smartlook-client package (v 8.2.0) in react based project.