I have being running into a dropped missing unique "key" prop issue with Immutable.Record instances as they are boxed, I have posted a comment in the relevant change:
6d8b850#commitcomment-10791363
I there a reason why Immutable instances are also boxed and not just cursors ?
Also regardless of type of the structure that omniscient boxes it should probably use a key from that structure otherwise it is impossible to render data structure of that type with a key.
I have being running into a dropped missing unique "key" prop issue with
Immutable.Recordinstances as they are boxed, I have posted a comment in the relevant change:6d8b850#commitcomment-10791363
I there a reason why Immutable instances are also boxed and not just cursors ?
Also regardless of type of the structure that omniscient boxes it should probably use a key from that structure otherwise it is impossible to render data structure of that type with a key.