react-overdrive icon indicating copy to clipboard operation
react-overdrive copied to clipboard

next.js example not working in IE

Open creatingo opened this issue 7 years ago • 6 comments

creatingo avatar Mar 21 '17 16:03 creatingo

What version of IE?

berzniz avatar Mar 21 '17 17:03 berzniz

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

berzniz avatar Mar 21 '17 19:03 berzniz

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

berzniz avatar Mar 21 '17 21:03 berzniz

Even though, demos are not updated yet by fix #8.

IE11 - console error message: Unhandled promise rejection ReferenceError: Object Symbol is not defined "Unhandled promise rejection"

2017-03-21 18:44 GMT+01:00 Tal Bereznitskey [email protected]:

What version of IE?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/berzniz/react-overdrive/issues/7#issuecomment-288161018, or mute the thread https://github.com/notifications/unsubscribe-auth/AFNG-VOIIbVocBHRBUVGjkGrjumU3VfDks5roAyCgaJpZM4MkGXm .

creatingo avatar Mar 22 '17 08:03 creatingo

Thanks @creatingo, you are correct.

There is a bug in nextjs which isn't a part of react-overdrive itself. It was fixed here https://github.com/zeit/next.js/commit/62fcb2b664c27689d565d6709f83c6ac322a9a7c and I will update the demos with the new version.

The React Router example should work already for IE.

berzniz avatar Mar 22 '17 08:03 berzniz

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!

creatingo avatar Mar 22 '17 08:03 creatingo