Closed jmooradi closed 7 years ago
The old omit method converts a class to a standard object instead of staying as a class, this prevents you from referencing other properties within the class
Actually thinking about this a bit more, is cloning and ommiting the component even necessary?
LGTM
I think I took this behaviour from mithril itself. Feel free to check, if this is even necessary.
The old omit method converts a class to a standard object instead of staying as a class, this prevents you from referencing other properties within the class