Skip to content

fix(component/ErrorBox): correct 'occured' -> 'occurred' fallback message#5806

Open
SAY-5 wants to merge 1 commit intomicrosoft:mainfrom
SAY-5:fix-errorbox-occured-typo
Open

fix(component/ErrorBox): correct 'occured' -> 'occurred' fallback message#5806
SAY-5 wants to merge 1 commit intomicrosoft:mainfrom
SAY-5:fix-errorbox-occured-typo

Conversation

@SAY-5
Copy link
Copy Markdown

@SAY-5 SAY-5 commented Apr 15, 2026

The fallback Error rectifier in packages/component/src/ErrorBox.tsx:45 constructed new Error('Unknown error occured') when the source error was a non-Error value. The message ends up rendered to end users in the WebChat error box. String-literal-only change.

…sage

The fallback Error rectifier in
packages/component/src/ErrorBox.tsx constructed
new Error('Unknown error occured') when the source error was a
non-Error value. The message ends up rendered to end users in the
WebChat error box. String-literal-only change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant