Closed nozer closed 9 years ago
Hi @nozer,
Ah, yes, this should be fixed. Let me push out a new version
Thanks!
@nozer ,
So sorry for the delay, someone interrupted me at work and this totally got lost on me. I have pushed a new version now!
No need to apologize at all. Thank you for the great product and I do appreciate all the work you do!
;-)
Did you push this properly? We updated to the new version via bower and fix did not work. I noticed that in the release folder, fix was not applied. Did you forget to do something in your work flow to push those changes in full?
Hi again @nozer ,
Give it a try now! I have to build myself a deploy script or something. Updating bower, package, deploying etc. There are not many steps, but enough for me to forget one ;-)
I take it that it worked :-)
Hi
If you return the following variable from an export function in a store, you will see that you get lots of undefined in
vars
property.Problem is because of the
length
property in thevars
array objects.Here is the related line for this problem in safeDeepCopy
I changed it to this to fix my current problem
A fix would be greatly appreciated!
Nihat