From a48bd0dc67ec310f28ffc46e53db5ee452fb57eb Mon Sep 17 00:00:00 2001 From: Daniel Sil Date: Tue, 14 Jan 2025 18:05:34 +0100 Subject: [PATCH] chore: remove prop completion from playroom It was not behaving as expected. To be fixed later --- packages/orbit-components/playroom.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 */}