Warning: strict mode: use allowUnionTypes to allow union type keyword at "#/properties/***/properties/***" (strictTypes)
Hi, I'm getting above warning, because I set one of my properties to be either string or number. This warning can be traced back to the ajv package you use to validate the JSON schema. I would like the warning to be solved. Or is it against your wishes to allow the electron store to handle union types?
Warning: strict mode: use allowUnionTypes to allow union type keyword at "#/properties/***/properties/***" (strictTypes)
Hi, I'm getting above warning, because I set one of my properties to be either string or number. This warning can be traced back to the ajv package you use to validate the JSON schema. I would like the warning to be solved. Or is it against your wishes to allow the electron store to handle union types?