File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
packages/styleguide/.storybook/components/Elements Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ export const DocsContainer: React.FC<{
6969 /** Select the docs theme based on the global toolbar item unless it is a theme specific story
7070 * This is admittedly a bit fragile - when updating Storybook this likely will need to be changed
7171 */
72- // Try multiple sources for storyId since it can be in different places depending on environment
73-
7472 const storyId = ( context ?. channel as any ) ?. data ?. currentStoryWasSet ?. [ 0 ]
7573 ?. storyId ;
7674
@@ -95,8 +93,6 @@ export const DocsContainer: React.FC<{
9593 } ;
9694 } , [ storyId , globalTheme ] ) ;
9795
98- // Debuglogging
99-
10096 return (
10197 < StorybookDocsContainer theme = { theme } context = { context } { ...rest } >
10298 < GamutProvider
You can’t perform that action at this time.
0 commit comments