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

fix(router) : Add some polyfills for IE #314

Merged
merged 1 commit into from Oct 14, 2019
Merged

Conversation

youf-olivier
Copy link
Contributor

close #312

@youf-olivier
Copy link
Contributor Author

youf-olivier commented Oct 8, 2019

I have to add some tests before merging the PR

@itupix
Copy link

itupix commented Oct 9, 2019

Cool :) But I ask myself one question, what if the project includes the polyfill itself ? Shouldn't be this optional ?

@youf-olivier
Copy link
Contributor Author

youf-olivier commented Oct 9, 2019

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';

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

Copy link
Contributor Author

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oopsy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The new history.push seems not Working on IE
5 participants