We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
templateProps
1 parent b6475bd commit be5e063Copy full SHA for be5e063
src/widgets/price-ranges/price-ranges.js
@@ -31,7 +31,7 @@ const renderer = ({
31
if (isFirstRendering) {
32
renderState.templateProps = prepareTemplateProps({
33
defaultTemplates,
34
- templatesConfig: instantSearchInstance.templateProps,
+ templatesConfig: instantSearchInstance.templatesConfig,
35
templates,
36
});
37
return;
0 commit comments