Previously dataclass-wizard had a bug that meant we couldn't both use Union types in the config dataclasses while at the same time checking that all keys in the loaded yaml-file match the config dataclasses. This bug has now been fixed and we should update our dependency: rnag/dataclass-wizard#137
Previously
dataclass-wizardhad a bug that meant we couldn't both useUniontypes in the config dataclasses while at the same time checking that all keys in the loaded yaml-file match the config dataclasses. This bug has now been fixed and we should update our dependency: rnag/dataclass-wizard#137