When I added vfg-field-array and vfg-field-object to my vue project I get warning for each of these libraries that I'm running in development mode. The warnings show the files are vfg-field-array.esm.js:9392 and vfg-field-object.esm.js:9128.
This happens when I'm running my project in development mode. Seems like it should only happen if I'm running one of these libraries in development mode, not when I'm running my project in development mode.
I just thought you should know. I like these libraries and plan on using them in multiple projects.