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

React.memo failed #144

Closed wyeo closed 3 years ago

wyeo commented 5 years ago

ReactTV.render does not support React.memo utilisation.

I got this error message

Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.

matheusmonte commented 5 years ago

@wyeo Can you share some piece of code?

wyeo commented 5 years ago

@matheusmonte https://codesandbox.io/s/wovj152n5

raphamorim commented 3 years ago

Hmm, I believe the reason of that is that react reconciler is outdated and most of new React features are not supported yet. Created an issue related https://github.com/raphamorim/react-tv/issues/158