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 14, 2025
1 parent 830e11b commit a48bd0d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/orbit-components/playroom.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: `
<OrbitProvider theme={theme} useId={useId}>
<div className="bg-white-normal p-300 h-screen">
{ /* Write your code below this line */ }
{/* Write your code below this line */}
<Button type="primary">Hello World</Button>
</div>
</OrbitProvider>
Expand Down

0 comments on commit a48bd0d

Please sign in to comment.