@vulcanjs/react-ui 0.6.6-y.0 → 0.6.6-y.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -10125,7 +10125,7 @@ var whitelistInputProps = /* @__PURE__ */ __name((props) => {
10125
10125
  "placeholder"
10126
10126
  ];
10127
10127
  const value = props.value;
10128
- let safeValue;
10128
+ let safeValue = value;
10129
10129
  if (value === null)
10130
10130
  safeValue = void 0;
10131
10131
  return __spreadProps(__spreadValues({}, pick3(props, whitelist)), {