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

next.js example not working in IE #7

Open
creatingo opened this issue Mar 21, 2017 · 6 comments
Open

next.js example not working in IE #7

creatingo opened this issue Mar 21, 2017 · 6 comments

Comments

@creatingo
Copy link

No description provided.

@berzniz
Copy link
Owner

berzniz commented Mar 21, 2017

What version of IE?

@berzniz
Copy link
Owner

berzniz commented Mar 21, 2017

Okay, found out some usage of non supported APIs on IE (such as window.scrollY). A fix is on the way

@berzniz
Copy link
Owner

berzniz commented Mar 21, 2017

Fixed by #8
(Verified on IE 11 - next.js demo is not working on IE yet)

@berzniz berzniz closed this as completed Mar 21, 2017
@creatingo
Copy link
Author

creatingo commented Mar 22, 2017 via email

@berzniz
Copy link
Owner

berzniz commented Mar 22, 2017

Thanks @creatingo, you are correct.

There is a bug in nextjs which isn't a part of react-overdrive itself. It was fixed here vercel/next.js@62fcb2b and I will update the demos with the new version.

The React Router example should work already for IE.

@creatingo
Copy link
Author

In Image Gallery with next.js demo (excuse me, I forgot specify).

Demo Page transitions (https://overdrive-demo.now.sh/)
Object error
Object Promiseis is not defined

Demo With React Router - works NICE!

@berzniz berzniz reopened this Mar 22, 2017
@berzniz berzniz changed the title Not working in IE next.js example not working in IE Mar 26, 2017
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

No branches or pull requests

2 participants