Skip to content
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

[docs] Demo site broken on IE 11 #7936

Closed
petermikitsh opened this issue Aug 28, 2017 · 3 comments
Closed

[docs] Demo site broken on IE 11 #7936

petermikitsh opened this issue Aug 28, 2017 · 3 comments
Assignees
Labels
bug 🐛 Something doesn't work docs Improvements or additions to the documentation

Comments

@petermikitsh
Copy link
Contributor

Problem description

Array.find isn't polyfilled in the demo site, so it doesn't load in IE 11.

Steps to reproduce

Open v1 demo site in IE 11.

Images & references

screen shot 2017-08-27 at 9 23 28 pm

Notes

Not 100% sure on this, but I'm fairly confident it used to load on IE 11 in the past.

@oliviertassinari
Copy link
Member

Yes, it used to work. Oops, I must have broken it with the latest documentation update.

@oliviertassinari oliviertassinari added docs Improvements or additions to the documentation v1 bug 🐛 Something doesn't work labels Aug 28, 2017
@oliviertassinari
Copy link
Member

I have been fixing some issues. The last one might be next.js related.

@oliviertassinari oliviertassinari self-assigned this Aug 28, 2017
@oliviertassinari
Copy link
Member

I have been noticing issues with the following line:

const ansiRegex = __webpack_require__(420);

module.exports = input => typeof input === 'string' ? input.replace(ansiRegex(), '') : input;

This is related to vercel/next.js#2747. They have merged a fix. it I should soon be fixed for the dev env. For the production env, it's working fine now. We can close :).

capture d ecran 2017-08-29 a 00 13 23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work docs Improvements or additions to the documentation
Projects
None yet
Development

No branches or pull requests

2 participants