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.
1 parent d20edc5 commit 477645aCopy full SHA for 477645a
playgrounds/react/src/App.js
@@ -52,8 +52,7 @@ class App extends Component {
52
<RefinementList attribute="platforms" />
53
<h2>Misc</h2>
54
<RefinementList attribute="misc" />
55
- {/* should not crash */}
56
- <Configure hitsPerPage={11} attributesToRetrieve={['title']} />
+ <Configure hitsPerPage={6} />
57
</div>
58
<div className="right-panel">
59
<SearchBox />
0 commit comments