-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken by recent changes #132
Comments
Ack sorry about that. Working on new release and pushed the updates early
|
Just released 0.8 🎉 Gatsby + starters are back in sync. |
First time using gatsby just now and I was trying to follow the instructions to create a new project exactly following instructions in Usage section and all I got was a blank page. I figured this was because I didn't specify a starter template, but after looking at the index.md I should have seen Welcome to your new Gatsby site. No errors in dev console.
I then tried the doc site and still got a blank page, but this time got error Uncaught TypeError: Router.createRoute is not a function in dev console.
I noticed the starter and doc templates changed just a few hours ago so I tried manually cloning the starter template and reverted back to version created in december and the site worked. It appears the offending commit is:
gatsbyjs/gatsby-starter-default@52fe755
The doc-site template appears to have a similar set of changes.
The text was updated successfully, but these errors were encountered: