Closed cayuu closed 8 years ago
Currently skematic mutates the data provided to it. Bad. Fix.
This is easy to do with ES6 spread operator {...data} and data<Array>.slice(). Adding to v2.
{...data}
data<Array>.slice()
Currently skematic mutates the data provided to it. Bad. Fix.