Hi @cferdinandi,
If I try to set any object with functions in it's prototype, they get lost when i get try to use them in the template.
I noticed that's because of the way the copy has been handled, if I try to use an object shouldn't the copy have the same functions of the original object?
Test case: https://codepen.io/anthonysan95/pen/KKowWjE (updated to reef v11)
Hi @cferdinandi, If I try to set any object with functions in it's prototype, they get lost when i get try to use them in the template. I noticed that's because of the way the copy has been handled, if I try to use an object shouldn't the copy have the same functions of the original object?
Thanks, Anthony