Alex
Alex
i add: ``` "buildOptimizer": false, "optimization": false, ``` to my: ``` "configurations": { "development": { "statsJson": true, "sourceMap": true, "buildOptimizer": false, "optimization": false, "vendorChunk": true, "namedChunks": true, "extractLicenses": false },...
On safari everything works fine
Same problem. I simply add hasOneOf to `model.js` as in example above ``` const hasOneOf = schema.oneOf && schema.oneOf.length > 0; this.isObject = (type === 'object' || !!schema.properties) && !schema.nullable...
hi! any updates?