janus
janus copied to clipboard
Map/Model custom constructors break .with()
because it presumes the standard data/opts signature.
and specifically, it is tricky to imagine a solution around this because the initialization process of a Map/Model is so specific (_preinit
then set
then _init
) so we can't just force values into the structure without understanding when to do it.