Hi @joshcarr , I'm using the minimalist feature of the filter like ``` javascript <StructuredFilter placeholder="Search..." options={[ {category:"Name",type:"text"}, {category:"Price",type:"number"}, ]} /> ``` and I'm getting the error ``` javascript Uncaught TypeError: Cannot read property 'slice' of undefined getStateFromProps Tokenizer constructComponentWithoutOwner ``` Could you please help.
Hi @joshcarr ,
I'm using the minimalist feature of the filter like
and I'm getting the error
Could you please help.