Georgy Sharapov

Results 1 comments of Georgy Sharapov

just happened it to me, fixed! just find that line `if (parentObject[prop] !== null) {` replace with `if (parentObject[prop] == null) {` and it will work, cheers!