Closed mmartinjoo closed 3 years ago
You have a typo in the computed functions. It returns props.resultsContainerClass.length instead of props.resultsContainerClass itself. Same thing for props.resultsItemClass
props.resultsContainerClass.length
props.resultsContainerClass
props.resultsItemClass
Thanks for commenting. Fix is now deployed.
After the installation via npm I'm still facing this issue though I can see the fix in the repository. :-(
You have a typo in the computed functions. It returns
props.resultsContainerClass.length
instead ofprops.resultsContainerClass
itself. Same thing forprops.resultsItemClass