Closed AAverin closed 5 years ago
Adding any new component import to the mdx file requires cleaning the cache and full restart for gatsby develop. rm -rf .cache && gatsby develop
gatsby develop
rm -rf .cache && gatsby develop
Without it, I keep getting ReferenceError: Component is not defined. If cache is not cleaned, error persists
ReferenceError: Component is not defined
Adding any new component import to the mdx file requires cleaning the cache and full restart for
gatsby develop
.rm -rf .cache && gatsby develop
Without it, I keep getting
ReferenceError: Component is not defined
. If cache is not cleaned, error persists