When I use nested scenes as following
profile (currentUser) => View => profile (OtherUser)
I get an error
Warning: flattenChildren(...): Encountered two children with the same key, .0:$card_profile. Child keys must be unique; when two children share a key, only the first child will be used.
Is there a way to push a view that already exists ? When the user is different in my case.