diff --git a/packages/orbit-components/playroom.config.js b/packages/orbit-components/playroom.config.js index 6e4376959c..9bf2f6033c 100644 --- a/packages/orbit-components/playroom.config.js +++ b/packages/orbit-components/playroom.config.js @@ -63,10 +63,14 @@ module.exports = { ], }, }), + reactDocgenTypescriptConfig: { + // TODO: Disabling prop intellisense until we can fix the issue with correctly getting the props + propFilter: () => false, + }, exampleCode: `
- { /* Write your code below this line */ } + {/* Write your code below this line */}