ACF 6.3.0 Compatibility
ACF 6.3.0 adds a major breaking change with validation properties which it expects to be there for every block that's already out there. The only option they added to skip this is using a block.json file which composer blocks do not use.
Added something to the default block initialization for now to add the 'validate' property to every single block as 'false'.