Skip to content

Commit

Permalink
Merge pull request #23896 from Marklb/marklb/fix-angular-sandboxes
Browse files Browse the repository at this point in the history
Build: Fix Angular sandbox
  • Loading branch information
valentinpalkovic authored Dec 4, 2023
2 parents 0327b57 + efc82a5 commit e206035
Show file tree
Hide file tree
Showing 5 changed files with 313 additions and 271 deletions.
1 change: 1 addition & 0 deletions code/lib/instrumenter/src/instrumenter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { Channel } from '@storybook/channels';
import { addons } from '@storybook/preview-api';
import type { StoryId } from '@storybook/types';
import { once, logger } from '@storybook/client-logger';
import './typings.d.ts';
import {
FORCE_REMOUNT,
IGNORED_EXCEPTION,
Expand Down
3 changes: 2 additions & 1 deletion code/ui/manager/src/globals/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ export default {
'AdminIcon',
'AlertAltIcon',
'AlertIcon',
'AlignLeftIcon',
'AlignRightIcon',
'AppleIcon',
'ArrowDownIcon',
'ArrowLeftIcon',
Expand Down Expand Up @@ -362,7 +364,6 @@ export default {
'MediumIcon',
'MemoryIcon',
'MenuIcon',
'MenuReverseIcon',
'MergeIcon',
'MirrorIcon',
'MobileIcon',
Expand Down
Loading

0 comments on commit e206035

Please sign in to comment.