fix(compat): enum coercion warning (#3755)

This commit is contained in:
Cédric Exbrayat
2021-05-12 23:47:00 +02:00
committed by GitHub
parent 93ec52d74e
commit f01aadf2a1
4 changed files with 9 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ export function compatCoerceAttr(
if (
v2CocercedValue &&
compatUtils.softAssertCompatEnabled(
DeprecationTypes.ATTR_ENUMERATED_COERSION,
DeprecationTypes.ATTR_ENUMERATED_COERCION,
instance,
key,
value,