findead
findead copied to clipboard
False Positives
Problem
After successfully installing using yarn global add [email protected] (per #74), and running findead path/to/dir, I get an output that contains many files that I've verified are used in the project.
Possible Cause
Many of the exports in my project use the structure
- ComponentDirectory
- Component.tsx
- index.tsx
Where index.tsx looks like
export { default } from './Component'
Hi @rdonati. Thank you for the feedback. This scenario the currently findead cannot handle yet. I'll start to work on this soon and I'll let you know when I release a new version fixing this. Thank you for the issue, I really appreciate.