Skip to content

Commit

Permalink
chore: remove prop completion from playroom
Browse files Browse the repository at this point in the history
It was not behaving as expected. To be fixed later
  • Loading branch information
DSil committed Jan 15, 2025
1 parent 8dad106 commit de7b882
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/orbit-components/playroom.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ module.exports = {
],
},
}),
reactDocgenTypescriptConfig: {
// TODO: Disabling prop intellisense until we can fix the issue with correctly getting the props
propFilter: () => false,
},
exampleCode: `
<div className="bg-white-normal p-300 h-screen">
<Button type="primary">Hello World</Button>
Expand Down

0 comments on commit de7b882

Please sign in to comment.