@kengic/core.react 0.0.1-beta.12 → 0.0.1-beta.13
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/kengic-core.react.js +1 -1
- package/package.json +1 -1
package/kengic-core.react.js
CHANGED
|
@@ -47183,7 +47183,7 @@ const gj = Pre({
|
|
|
47183
47183
|
function tR(e) {
|
|
47184
47184
|
return (t) => {
|
|
47185
47185
|
var r, i;
|
|
47186
|
-
return ((i = (r = t[e]) == null ? void 0 : r.props) == null ? void 0 : i.isVisible) ?? !
|
|
47186
|
+
return ((i = (r = t[e]) == null ? void 0 : r.props) == null ? void 0 : i.isVisible) ?? !1;
|
|
47187
47187
|
};
|
|
47188
47188
|
}
|
|
47189
47189
|
const ji = wre({
|