raphamorim / react-tv

[ Unmaintained due to raphamorim/react-ape ] React Renderer for low memory applications
https://www.npmjs.com/package/react-tv
MIT License
2.01k stars 148 forks source link

Context API #138

Open lambertkevin opened 6 years ago

lambertkevin commented 6 years ago

The context API is broken with the React-TV-renderer. It doesn't trigger rerendering when a Consumer is subscribed to its Context. Tried the same thing with the react-dom renderer and it's working perfectly.

It might be because of the old version of react-reconciler? I tried to update it, but there is some major breaking changes that I can't really handle all by myself I think... Do you have any time to test this on your side @raphamorim?

raphamorim commented 6 years ago

yeah, probably is the old version of react-reconciler. Sure, I can take a look at this weekend. I tried to update react-ape for newest too and it's breaking some changes.