Commit ed1a3ef
SAY-5
fix(component/ErrorBox): correct 'occured' -> 'occurred' fallback message
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.1 parent 482cb4c commit ed1a3ef
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments