Unblock React Compiler for 18 components with value blocks inside try (#11548)

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Tomasz Zawadzki
2026-08-31 15:47:42 +02:00
committed by GitHub
parent 80d09a242d
commit 8bf5696d3c
18 changed files with 179 additions and 85 deletions
+3 -1
View File
@@ -295,6 +295,8 @@ function SaveButtonInner({
e.preventDefault()
e.stopPropagation()
const pinned = pin || false
try {
if (savedFeedConfig) {
await removeFeed(savedFeedConfig)
@@ -303,7 +305,7 @@ function SaveButtonInner({
{
type,
value: uri,
pinned: pin || false,
pinned,
},
])
}