Problem
After successfully installing using yarn global add findead@1.2.2 (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'
Problem
After successfully installing using
yarn global add findead@1.2.2(per #74), and runningfindead 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
Where index.tsx looks like