React.memo failed
wyeo opened this issue · 3 comments
wyeo commented
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
@wyeo Can you share some piece of code?
raphamorim commented
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 #158