Closed mic1780 closed 10 months ago
the option defaultLabel is already a supported option for the SimpleSchema.constructorOptionDefaults function. This code change removes the warning associated with using the defaultLabel option in said function
defaultLabel
SimpleSchema.constructorOptionDefaults
one example location where defaultLabel is supported as a default option: https://github.com/longshotlabs/simpl-schema/blob/7c47b55494646cd2d816ea00e8c79e173e8d2456/src/SimpleSchema.ts#L1318
the option
defaultLabel
is already a supported option for theSimpleSchema.constructorOptionDefaults
function. This code change removes the warning associated with using thedefaultLabel
option in said functionone example location where
defaultLabel
is supported as a default option: https://github.com/longshotlabs/simpl-schema/blob/7c47b55494646cd2d816ea00e8c79e173e8d2456/src/SimpleSchema.ts#L1318