Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addon-docs: Switch Meta block to receive all module exports #18514

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update addons/docs/src/blocks/DocsContainer.tsx
  • Loading branch information
shilman authored Jun 20, 2022
commit 3dae5e2eeb021bd8a39fa0d8d5235cd2863438bf
1 change: 0 additions & 1 deletion addons/docs/src/blocks/DocsContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const DocsContainer: FunctionComponent<DocsContainerProps> = ({ context,
const { id: storyId, type, storyById } = context;
const allComponents = { ...defaultComponents };
let theme = ensureTheme(null);
console.log(context);
if (type === 'legacy') {
const {
parameters: { options = {}, docs = {} },
Expand Down