fix: wrong helper version (#12694)
This commit is contained in:
parent
5a020b24b7
commit
f7f0560bda
@ -875,7 +875,7 @@ helpers.readOnlyError = helper("7.0.0-beta.0")`
|
|||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
helpers.writeOnlyError = helper("7.12.12")`
|
helpers.writeOnlyError = helper("7.12.13")`
|
||||||
export default function _writeOnlyError(name) {
|
export default function _writeOnlyError(name) {
|
||||||
throw new TypeError("\\"" + name + "\\" is write-only");
|
throw new TypeError("\\"" + name + "\\" is write-only");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user