Skip to content

Gatsby Build not completing when upgrading to 9.0.0 #83

@xaviemirmon

Description

@xaviemirmon

First off thanks for this amazing starter @gregberge! it's really helped me get a docs site up quickly.

🐛 Bug Report

I've run into an issue if I upgrade Smooth Docs to v9. When running gatsby build I get the following error:

Screenshot 2022-07-13 at 10 25 59

I've done some debugging myself and narrowed it down to the following in gatsby-config.js:57

topLevelImportPaths: ['@xstyled/styled-components'],

If I remove this, it builds as expected albeit without some of the overridden styles. I don't know if this is a smooth-docs or xstyled issue so please let me know if I should raise this as an issue against xstyled instead.

To Reproduce

Steps to reproduce the behavior:

Upgrade smooth-doc to ^9.0.0

Expected behavior

Gatsby to build without errors.

Link to repl or repo (highly encouraged)

Repro repo - https://github.com/xaviemirmon/smooth-doc-compile-error-repro

Run npx envinfo --system --binaries --npmPackages smooth-doc,gatsby,react,react-dom --markdown --clipboard

## System:
 - OS: macOS 12.4
 - CPU: (10) arm64 Apple M1 Pro
 - Memory: 276.89 MB / 16.00 GB
 - Shell: 5.8.1 - /bin/zsh
## Binaries:
 - Node: 16.15.0 - /usr/local/bin/node
 - Yarn: 1.22.19 - ~/.yarn/bin/yarn
 - npm: 8.11.0 - /usr/local/bin/npm
## npmPackages:
 - gatsby: ^4.18.0 => 4.18.0 
 - react: ^18.2.0 => 18.2.0 
 - react-dom: ^18.2.0 => 18.2.0 
 - smooth-doc: ^9.0.0 => 9.0.0 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions