-
Notifications
You must be signed in to change notification settings - Fork 163
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(router) : Add some polyfills for IE #314
Conversation
a754b1f
to
970b000
Compare
I have to add some tests before merging the PR |
970b000
to
5bdbd3c
Compare
5bdbd3c
to
087e721
Compare
Cool :) But I ask myself one question, what if the project includes the polyfill itself ? Shouldn't be this optional ? |
I Just add the polyfill in the sample and the doc, so the project HAVE TO include polyfill. Just for the event in the router, because it is not a simple polyfill. |
@@ -1,4 +1,6 @@ | |||
import React from 'react'; | |||
import './ie.polyfills'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ce n'est pas aux projets de gérer leurs compatibilités ? En faisant ça tu forcerais une webapp à avoir du code pour IE inutilement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'est dans le sample ;) donc pas dans le package final
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oopsy
close #312