Skip to content

Commit

Permalink
chore: Remove TypistEditor reference from Storybook (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfgamaral committed Mar 20, 2024
1 parent 0b40450 commit 2765d98
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .storybook/main.ts
Expand Up @@ -10,13 +10,6 @@ const config: StorybookConfig = {
options: {},
},
stories: [{ directory: '../stories' }],
typescript: {
// This causes the warning "The CJS build of Vite's Node API is deprecated" when running
// Storybook. The warning goes away when using `react-docgen` instead, however, it doesn't
// generate the full table of properties for components that use TypeScript.
// ref: https://github.com/storybookjs/storybook/discussions/26551
reactDocgen: 'react-docgen-typescript',
},
addons: [
{
name: '@storybook/addon-essentials',
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -126,7 +126,6 @@
"npm-run-all2": "6.1.2",
"prettier": "3.2.5",
"react": "18.2.0",
"react-docgen-typescript": "2.2.2",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-markdown": "9.0.1",
Expand Down

0 comments on commit 2765d98

Please sign in to comment.