yarn watch --filter=COMPONENT_NAME
consistently fails during local development
#777
Labels
yarn watch --filter=COMPONENT_NAME
consistently fails during local development
#777
On my Macbook Pro I often notice that saving file changes to any file within a component package currently being served by
yarn watch
results in an error (images attached).I have encountered this error for pretty much all of our components, and it appears to happen regardless of whether or not the file had any errors in it at the time of saving.
Storybook changes never result in this issue, so I am fairly confident it is specifically related to packages and perhaps a dependency.
Has anyone else encountered this? It means roughly every 2-3 file changes I have to restart
yarn watch
.Steps to reproduce:
It seems to happen whether or not you make an actual change to the file or just save the file with no changes.
The text was updated successfully, but these errors were encountered: