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

Fix/#135 find dom node not working #136

Closed lambertkevin closed 6 years ago

lambertkevin commented 6 years ago

Until now ReactTVFiberRenderer.findHostInstance received a fiberNode instance through the return of ReactInstanceMap, but it's actually looking to get a component and use its own "get" function to get the fiberNode from the component. It was then failing for trying to get the fiberNode from a fiberNode.

Fix #135 Fix #134

raphamorim commented 6 years ago

Thanks @KevinMolotov ! 👍