React.Children.toArray changing the childrens key property. ex.: "foo" => ".$foo"
In 0.14 sometimes (i dont know exactly when but event without toArray) i got even weirder keys when i parsing children. ex.: "foo" => "foo/.$foo"
I didn't found any mention of these things yet.
Is it documented somewhere?
Can i get the original key somehow?