signals: fix subscribing twice on error

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2025-10-22 20:47:35 +02:00
parent 9f298e81ee
commit 3be5506885
4 changed files with 53 additions and 20 deletions
+2 -1
View File
@@ -77,7 +77,8 @@
"msw": "^1.0.0",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router-dom": "^6.3.0"
"react-router-dom": "^6.3.0",
"wait-for-expect": "^3.0.2"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",