Adds ErrorBoundary around stories
This commit is contained in:
parent
37f9346f57
commit
d7ec2e9d82
5 changed files with 85 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
|||
import { useBoundActions } from '../../hooks/useBoundActions';
|
||||
|
||||
export enum ToastType {
|
||||
Error = 'Error',
|
||||
MessageBodyTooLong = 'MessageBodyTooLong',
|
||||
StoryReact = 'StoryReact',
|
||||
StoryReply = 'StoryReply',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue