You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs for thumbprint.design are currently running on an old version of Gatsby.
I have attempted to upgrade to the latest version in #829, but ran into many issues:
Our Markdown plugins for extracting frontmatter no longer work on the latest version
It gives a cryptic error when attempting to load these files using allSitePage.
These errors prevent the docs from loading at all. This means we can't access the GraphiQL interface to see what the new API should be.
Gatsby also doesn't recognise our use of import styles for CSS Modules, instead requiring us to migrate every component to use import * as styles.
After spending a few hours on this, we decided that it's not worth the trouble, since as a company Thumbtack is moving everything to Nextjs anyway. As such, we should revive the work in #721, and migrate away from Gatsby.
The docs for thumbprint.design are currently running on an old version of Gatsby.
I have attempted to upgrade to the latest version in #829, but ran into many issues:
allSitePage
.import styles
for CSS Modules, instead requiring us to migrate every component to useimport * as styles
.After spending a few hours on this, we decided that it's not worth the trouble, since as a company Thumbtack is moving everything to Nextjs anyway. As such, we should revive the work in #721, and migrate away from Gatsby.
cc @danoc for reference.
The text was updated successfully, but these errors were encountered: