@mackin.com/styleguide 8.0.1 → 8.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4013,7 +4013,7 @@ const TextArea = React__namespace.forwardRef((props, ref) => {
|
|
|
4013
4013
|
const [localValue, setLocalValue] = React__namespace.useState(props.value);
|
|
4014
4014
|
const inputRef = (ref !== null && ref !== void 0 ? ref : React__namespace.useRef(null));
|
|
4015
4015
|
const [validationError, updateErrorMessage] = useInputValidationMessage(inputRef, props);
|
|
4016
|
-
const nativeProps = __rest(props, ["onValueChange"]);
|
|
4016
|
+
const nativeProps = __rest(props, ["onValueChange", "customError"]);
|
|
4017
4017
|
const theme = useThemeSafely();
|
|
4018
4018
|
React__namespace.useEffect(() => {
|
|
4019
4019
|
updateErrorMessage();
|