Skip to content

Instantly share code, notes, and snippets.

@loraxx753
Created July 26, 2024 00:42
Show Gist options
  • Save loraxx753/0cf04a362170957262b535779331a1ce to your computer and use it in GitHub Desktop.
Save loraxx753/0cf04a362170957262b535779331a1ce to your computer and use it in GitHub Desktop.
const propFilter = (prop) => prop.parent ? !/node_modules\/(?!@radix-ui)/.test(prop.parent.fileName) : true
@loraxx753
Copy link
Author

To filter out radix-ui from being ignored when storybook is looking for documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment