Open
Description
@alfonsogarciacaro brings up a good point that lazyView
wrapped elements don't expose/inherit the key
prop (not their own, nor from the view they are embedding), resulting in a dicey diff job for React when dealing with lists.
I think it would be nice to see if there's key
prop in the view we're wrapping and move the prop from the embedded element up into the one produced by the lazyView
family of functions.