-
Notifications
You must be signed in to change notification settings - Fork 115
IE11: Issues with gatsby-mdx move #1292
Comments
Is there a reason we're doing this global scope thing as opposed to just importing the necessary components into the mdx files? |
@vpicone Is your question to some of my comments above or of a specific code...? 🤔 |
@asudoh I was wondering if importing the components at the top of the mdx files would fix the double bundling issue and include the appropriate polyfills. |
@alisonjoseph Thoughts...? Thanks! |
@asudoh and @vpicone I've been looking into this and can't get the sidebar to work in v9 either using IE11. For me it doesn't work in v9 or v10 on IE11. For clarification the interactiveness you are looking for is when clicking content categories the item should expand to show its pages? I added the polyfills to the MDX global scope and it does fix some issues with MDX pages like "Resources", but the sidebar is still broken. |
We've marked this issue as stale because there hasn't been any activity for a couple of weeks. If there's no further activity on this issue in the next three days then we'll close it. Thanks for your contributions. |
@asudoh Commenting so this issue doesn’t close. Is there any update on this. The issue persists in www site now |
@alisonjoseph Do you think you'd have a chance to get in touch with Gatsby team on this, given the issue need Gatsby's internal knowledge for resolution? Thanks! |
@asudoh looks like this was fixed with carbon-design-system/carbon-website#1504 checked with Edge and IE 11 We were importing our React library before the page component with the polyfills. We could have included the polyfills at the gatsby ssr/browser config level, but this works as well. |
Good to hear - Thanks alot @vpicone for checking! |
Brief description
Found the following issues, causing the user-facing issue described below:
gatsby-mdx
, separate from the one thatsrc/templates/page.js
creates. While the latter contains required polyfills, the former doesn't, causing IE11 error complaining against missingObject.values()
function.MDXRenderer breaks in IE11 ChristopherBiscardi/gatsby-mdx#301 (comment)
Detailed description
next.carbondesignsystem.com is not interactive with IE11.
No
e.g. Side nav in the site is interactive.
IE11
next.carbondesignsystem.com
The text was updated successfully, but these errors were encountered: