Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of documentation on how to use 'components' config #69

Open
coolcorexix opened this issue Jul 20, 2023 · 0 comments
Open

Lack of documentation on how to use 'components' config #69

coolcorexix opened this issue Jul 20, 2023 · 0 comments

Comments

@coolcorexix
Copy link

Only when I check the source code did I guess right about how to use it,

async function scanFiles() {
  const results = await scanner.run({
    rootDir: '.',
    crawlFrom: 'app/react',
    includeSubComponents: true,
+    components: {
+      Switch: true,
+   },
    importedFrom: 'react-router-dom',
  });

it is also a little counter-intuitive. do you the author, think it should be:

...
components: ['Switch']
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant