berzniz/react-overdrive

next.js example not working in IE

creatingo opened this issue · 6 comments

next.js example not working in IE

What version of IE?

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

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

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.

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!