-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only clear the React stream/shape cache when the previous stream…
…/shape was aborted (#2092) The current behavior also clears them when there's an error which leads to an infinite loop with a bad stream being recreated over and over.
- Loading branch information
1 parent
ab1ea51
commit 67a9347
Showing
2 changed files
with
9 additions
and
6 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 @@ | ||
--- | ||
"@electric-sql/react": patch | ||
--- | ||
|
||
fix: only clear the React stream/shape cache when the previous stream/shape was aborted |
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