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(davinci-app): handle ReadOnlyCollector in label component to fix CI crashes
label.ts was typed to accept only RichTextCollector but main.ts was
passing ReadOnlyCollector, causing a runtime crash when accessing
richContent (undefined) that silently killed the collector render loop
and caused e2e timeouts.
0 commit comments