Commit 5534634
Pin use-subscription to < 1.6.0 (#33541)
Summary:
Starting with 1.6.0 this package relies on react 18 which is currently not supported by rn
See https://github.com/facebook/react/blob/main/packages/use-subscription/package.json#L18
Fixes #33540
## Changelog
[General] [Fixed] - Pin use-subscription to < 1.6.0
Pull Request resolved: #33541
Test Plan:
Run `yarn` in the following directories:
`xplat/js/RKJSModules`
`xplat/js/react-native-github` (Identified from jest test)
`xplat/js/public` (Identified from yarn-validate)
`js1 build buckfiles` (From diff signals)
Reviewed By: yungsters
Differential Revision: D35333789
Pulled By: ryancat
fbshipit-source-id: bdb6232ccd2c5cece397f781609af2de7d36c5ff1 parent daa105a commit 5534634
2 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7245 | 7245 | | |
7246 | 7246 | | |
7247 | 7247 | | |
7248 | | - | |
7249 | | - | |
7250 | | - | |
7251 | | - | |
| 7248 | + | |
| 7249 | + | |
| 7250 | + | |
| 7251 | + | |
| 7252 | + | |
| 7253 | + | |
7252 | 7254 | | |
7253 | 7255 | | |
7254 | 7256 | | |
| |||
0 commit comments