@vulcanjs/react-ui 0.6.6-y.0 → 0.6.6-y.1
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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)), {
|