-
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
startsWith
error in Safari 8
#507
Comments
Hmm... bummer this got in — it's |
KyleAMathews
added a commit
that referenced
this issue
Oct 18, 2016
KyleAMathews
added a commit
that referenced
this issue
Oct 18, 2016
Published 0.12.14 with the fix. Run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
using Gatsby v1.0.0
I was unable to locate gatsby-node.js, gatsby-browser.js. package.json is as follows:
Possibly similar to #264, we're seeing an issue in Safari 8 when loading
config.toml
in production:TypeError: undefined is not a function (evaluating 'o.startsWith("/")')
. The trace only shows a line in config.toml but the error doesn't really seem related to the output.The error output is minified so it's not the most helpful but I think it traces back to these lines
Maybe we can change that instance to use the Lodash variation
_.startsWith
that's used elsewhere?The text was updated successfully, but these errors were encountered: