wix-incubator / vscode-glean

The extension provides refactoring tools for your React codebase
MIT License
1.46k stars 56 forks source link

Cannot read property 'specifiers' of undefined #135

Open rohitp-bsf opened 3 years ago

rohitp-bsf commented 3 years ago

While converting the Class component to Functional it's throwing the error.

Cannot read property 'specifiers' of undefined

How to debug this?

borislit commented 3 years ago

Hey @rohitp-bsf ! Can you pls provide the code snippet you've tried to refactor?