Björn Mayer
05/18/2020, 1:47 PMcloneElement
just broken?
cloneElement<Button.Props>(el) {
// nothing here
}
results in
Cannot define property kotlinHashCodeValue$, object is not extensible
Same result with all the other cloneElement
implementations.
I am trying to clone a ReactElement
and while doing that override some props.Björn Mayer
05/18/2020, 1:54 PM