Git Product home page Git Product logo

Comments (8)

raphamorim avatar raphamorim commented on May 25, 2024 2

I released a [email protected], [email protected] and [email protected] with @KevinMolotov changes/fix for that issue. Let me know if doesn't work and thanks for opening the issue.

from react-tv.

wyeo avatar wyeo commented on May 25, 2024 1

This is an issue for react-tv-navigation

from react-tv.

raphamorim avatar raphamorim commented on May 25, 2024

weird, I thought that was fixed in 0.4.2. Let me take a look.

from react-tv.

raphamorim avatar raphamorim commented on May 25, 2024

@robolivable what's the react version that you're using?

from react-tv.

robolivable avatar robolivable commented on May 25, 2024

Should be ^16.2.0. I believe you should be able to get a reproducible example up and running by following the steps in the README of this branch: https://github.com/robolivable/TTV4TV/tree/custom/issue-134-reproducible

from react-tv.

lambertkevin avatar lambertkevin commented on May 25, 2024

We got the same issue here at the first build of the app generated by the cli.

Any idea how we can help you fix this?

from react-tv.

lambertkevin avatar lambertkevin commented on May 25, 2024

I might be heading in the wrong direction but it looks like the problem actually comes from react-tv.
When findDOMNode returns nothing, it's because ReactTVFiberRenderer.findHostInstance try to get a _reactInternalFiber property from the get function, but the fiberNode instance that we give it as parameter hasn't any _reactInternalFiber property.
The findCurrentHostFiber then returns null and terminates the findHostInstance function.

from react-tv.

lambertkevin avatar lambertkevin commented on May 25, 2024

Ok fixed it, i'll do a PR for you to test it!

Turns out findHostInstance is trying to get the fiberNode from the component given as parameter, except the element that is given to him is already a fiberNode!

from react-tv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.