I am trying to make it possible for the user to refine their product search by first selecting a category of products. After this, they should be able to refine their search by color, brand, etc. However, when trying this, I get the following errors:
brand.fields.brandName.en-US is not defined in the disjunctiveFacets attribute of the helper configuration.....
Cannot read property 'lastResults' of null.....
This only happens when I try to put the further refinement lists in a wrapper with a ais-clear-refinements in it. It seems to be working when they are out of the wrapper.
I have searched for hours but I cannot seem to figure out as to why I get these errors. I would very much appreciate it if someone could be of help. Thanks in advance!