-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downgrade react query from v5 to v4 (#500)
* Remove sample-netflix from examples * Fix downgrade react-query from v5 to v4 Some users are still in older versions of React like React 16 or 17. We moved back to react-query@v4 because v5 was using `useAsyncExternalStore`. We want to be more backwards compatible
- Loading branch information
1 parent
dcb34c0
commit 0ce4ca7
Showing
10 changed files
with
774 additions
and
434 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@latitude-data/react": patch | ||
--- | ||
|
||
Make @latitude-data/react compatible with react 16 and 17 |
Submodule sample-netflix
deleted from
d0820e
Submodule sample-react
updated
12 files
+10 −7 | package.json | |
+22 −20 | src/app.tsx | |
+1 −0 | src/components/ExampleProvider.tsx | |
+0 −78 | src/routeTree.gen.ts | |
+1 −7 | src/routes/Home.tsx | |
+3 −7 | src/routes/Layout.tsx | |
+0 −6 | src/routes/embedding.lazy.tsx | |
+31 −0 | src/routes/index.tsx | |
+0 −6 | src/routes/native.lazy.tsx | |
+0 −6 | src/routes/useQuery.lazy.tsx | |
+1 −1 | tsconfig.json | |
+1 −3 | vite.config.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
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
Oops, something went wrong.