@qyu/reactcmp-dropdown 2.1.1 → 2.1.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.
|
@@ -907,7 +907,7 @@ const render_view_default$4 = function (props) {
|
|
|
907
907
|
};
|
|
908
908
|
const CmpListFix = r.memo(r.forwardRef((props, f_ref) => {
|
|
909
909
|
const nprop_gap = props.gap ?? 0;
|
|
910
|
-
const nprop_lazy = props.lazy ??
|
|
910
|
+
const nprop_lazy = props.lazy ?? true;
|
|
911
911
|
const nprop_align = prop_align_new(props.align);
|
|
912
912
|
const nprop_justify = prop_justify_new(props.justify);
|
|
913
913
|
const nprop_direction = prop_direction_new(props.direction);
|