Upgrade storybook to 8
This commit is contained in:
parent
92f25e8a75
commit
c68aac7401
22 changed files with 4665 additions and 8269 deletions
|
@ -156,11 +156,11 @@ describe('<Timeline> utilities', () => {
|
|||
'sending',
|
||||
];
|
||||
for (const status of statuses) {
|
||||
const sameStatusNewer = {
|
||||
const sameStatusNewer: MaybeMessageTimelineItemType = {
|
||||
...defaultNewer,
|
||||
data: { ...defaultNewer.data, status },
|
||||
};
|
||||
const current = {
|
||||
const current: MaybeMessageTimelineItemType = {
|
||||
...defaultCurrent,
|
||||
data: { ...defaultCurrent.data, status },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue