pharos
pharos copied to clipboard
@babel/core update breaks Gatsby site build
Expected behavior
Updating a patch version of @babel/core should be okay.
Actual behavior Updating from 7.26.0 to 7.26.7 breaks the Gatsby site build.
Steps to reproduce the issue
- run e.g.
yarn upgrade-interactiveand bump@babel/core - run
yarn site:build - Observe an error regarding use of
documentin@ithaka/focus-trapthat isn't available during SSR
Additional information It's possible that resolving #777 will also fix this.