i have encountered errors whist using fastforeach with lists that may or may not contain nested children. With the this.data property being blank causing the loop to crash. This null check allows this to process only when required.
Thanks for reporting. I'm ok with merging this in, but I don't have a release plan for this plugin right now since my efforts are focused on knockout/tko.
i have encountered errors whist using fastforeach with lists that may or may not contain nested children. With the
this.data
property being blank causing the loop to crash. This null check allows this to process only when required.