Closed dhayab closed 5 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 b5df63cd9a9a67e91dfdfef21525661a2cae95c9:
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
Small PR that marks typescript as an explicit dev dependency to help Codesandbox interpret TypeScript appropriately in our example sandboxes.
Result
No more problem with
type
being an unknown keyword and other similar errors.