Skip to content

Commit

Permalink
Fix Source View in Nextjs projects
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Feb 9, 2023
1 parent 3d8a74f commit 2d2b6e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/renderers/react/src/docs/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export const parameters = {
story: { inline: true },
extractArgTypes,
extractComponentDescription,
source: {
excludeDecorators: true,
},
},
};

Expand Down

0 comments on commit 2d2b6e3

Please sign in to comment.