forked from algolia/instantsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'react-instantsearch/monorepo' into feat…
…/introduce-react-to-monorepo
- Loading branch information
Showing
859 changed files
with
222,853 additions
and
3,864 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
{ | ||
"sandboxes": ["instantsearchjs-es-template-pcw1k"], | ||
"buildCommand": "build --no-private", | ||
"packages": ["packages/instantsearch.js"], | ||
"sandboxes": [ | ||
"instantsearchjs-es-template-pcw1k", | ||
"github/algolia/create-instantsearch-app/tree/templates/react-instantsearch", | ||
"/examples/hooks/default-theme" | ||
], | ||
"buildCommand": "build --no-private --ignore *-maps --ignore *-native", | ||
"packages": ["packages/*"], | ||
"node": "14" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,24 @@ | ||
# Vendors | ||
node_modules | ||
**/node_modules/** | ||
|
||
# Artifacts | ||
dist | ||
build | ||
website | ||
**/cjs | ||
**/es | ||
**/dist | ||
coverage | ||
|
||
/website | ||
|
||
# Caches | ||
.cache | ||
.parcel-cache | ||
**/node_modules | ||
.expo | ||
.next | ||
|
||
# Partially wrong examples: | ||
## React-Native TypeScript wasn't supporting the mix of react 18 and 17 | ||
examples/hooks/react-native | ||
## Excluded from global typescript config | ||
examples/hooks/next/next-env.d.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
name: Bug report for Hooks | ||
about: Help us improve React InstantSearch Hooks | ||
--- | ||
|
||
## 🐛 Bug description | ||
|
||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
## 🔍 Bug reproduction | ||
|
||
**Steps to reproduce the behavior:** | ||
|
||
1. Go to `...` | ||
2. Click on `...` | ||
3. Scroll down to `...` | ||
4. See error | ||
|
||
<!-- A live example helps a lot! Fork the sandbox, reproduce the bug and paste the URL here: --> | ||
|
||
**Live reproduction:** | ||
|
||
https://codesandbox.io/s/github/algolia/react-instantsearch/tree/master/examples/hooks | ||
|
||
## 💭 Expected behavior | ||
|
||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
## 🖥 Screenshots | ||
|
||
<!-- If applicable, add screenshots to help explain your problem. --> | ||
|
||
## Environment | ||
|
||
- React InstantSearch Hooks version: [e.g. 6.24.0] | ||
- React version: [e.g. 18.1.0] | ||
- Browser: [e.g. Chrome 102.0.5005.61, Safari 15.2] | ||
- OS: [e.g. Windows / Linux / macOS / iOS / Android] | ||
|
||
## Additional context | ||
|
||
<!-- Add any other context about the problem here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.