Property or method "form" is not defined on the instance but referenced during render.
Make sure to declare reactive data properties in the data option. (found in root instance)
I had this same issue and was able to resolve it. For me it was only having issues on custom child components with SparkForm instances. My issue was the tags were inside of my root component. I moved the template tags out of the root component and it resolved the issue.