You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix spread syntax runtime error on non-iterable values
Replace unsafe non-null assertions and truthy guards with Array.isArray
checks before spreading webhook subscription properties in
reduceWebhooks. Use flatMap with nullish coalescing in esbuild watcher
deleteContexts. Remove fragile Map.get()! in app-logs sources.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments