-
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
Fix unsupported method in IE #1573
Fix unsupported method in IE #1573
Conversation
Deploy preview ready! Built with commit 3fb7a43 |
Deploy preview failed. Built with commit 3fb7a43 https://app.netlify.com/sites/gatsbygram/deploys/5970883e7960b14f957a2d44 |
Deploy preview ready! Built with commit 3fb7a43 |
Could you run |
Thanks for the fix! |
…1574) * Removes the slash between the `pathPrefix` and `pathname` when navigating - this bug was introduced by (#1550) * Fix unsupported method in IE (#1573) * Fix unsupported method in IE * Fix formatting * Don't set a default title in html.js as not overriden by react-helmet (#1578) * Downgrade Glamor to v2 as v3 unstable (#1580) * Downgrade Glamor to v2 as v3 unstable * Fixes * Fix other PR * Remove replace
Hiya @variadicintegrity! 👋 This is definitely late, but on behalf of the entire Gatsby community, I wanted to say thank you for being here. Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If you have questions, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! 💪💜 |
The dev server fails in IE 11 with this message:
Referencing the Array.prototype.find call.
This method isn't supported in IE.