Skip to content

Commit 477645a

Browse files
committed
Fix react App
1 parent d20edc5 commit 477645a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

playgrounds/react/src/App.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ class App extends Component {
5252
<RefinementList attribute="platforms" />
5353
<h2>Misc</h2>
5454
<RefinementList attribute="misc" />
55-
{/* should not crash */}
56-
<Configure hitsPerPage={11} attributesToRetrieve={['title']} />
55+
<Configure hitsPerPage={6} />
5756
</div>
5857
<div className="right-panel">
5958
<SearchBox />

0 commit comments

Comments
 (0)