denvned/isomorphic-relay

Object.setPrototypeOf can be changed?

Closed this issue · 1 comments

Hi @denvned and thank you for your work.
I was trying to make isomorphing rendering work on IE9 (sorry is not my fault).
For now the only issue I can see is the Object.setPrototypeOf in IsomorphicRootContainer.

There is another way to write it?
Thx!

In isomorphic-relay, Object.setPrototypeOf is polyfilled by babel-runtime, so it should not be a problem for IE9. Looks like this polyfill doesn't work in <IE11...