You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: