Closed chrisvltn closed 4 months ago
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit f6d38678ba34a1d9b0602688de4cb617884ea9d6:
Sandbox | Source |
---|---|
example-instantsearch-getting-started | Configuration |
example-react-instantsearch-getting-started | Configuration |
example-react-instantsearch-next-app-dir-example | Configuration |
example-react-instantsearch-next-routing-example | Configuration |
example-vue-instantsearch-getting-started | Configuration |
Summary
fixes https://github.com/algolia/instantsearch/issues/6295
params
is declared here. AsJSON.parse
can never returnundefined
, this value can never beundefined
either.Result
I manually changed the type inside of the node_module in a Remix project and there was no type complaint anymore