Oğuzhan
Oğuzhan
link pull req #69
+1 This problem... "this" object all properties set to undefined when use new keyword.
version: 0.14.0 example code: ``` export class ClassValidatorDTO { constructor(data: Record) { Object.assign(this, { ...data }); } checkErrors() { let errors = validateSync(this, { whitelist: true }); return errors; }...
I think it's a problem with typescript compile settings. target I just got this error in es2022.