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 008c01c commit ec27201Copy full SHA for ec27201
examples/e-commerce/src/routing.ts
@@ -194,7 +194,7 @@ const getStateMapping = ({ indexName }) => ({
194
const indexUiState = uiState[indexName];
195
return {
196
query: indexUiState.query,
197
- page: String(indexUiState.page),
+ page: indexUiState.page,
198
brands: indexUiState.refinementList && indexUiState.refinementList.brand,
199
category:
200
indexUiState.hierarchicalMenu &&
0 commit comments