The use case is:
I must patch an existing element which should be root node of render function
To do this i use idom.patchOuter
But when a key is used to create this root element idom will create another element discarding the element being patched.
See https://codepen.io/blikblum/pen/GmzVBz (to get the error behavior add a key to root div element)