@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 ?? false;
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);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qyu/reactcmp-dropdown",
3
3
  "type": "module",
4
- "version": "2.1.1",
4
+ "version": "2.1.2",
5
5
  "main": "./build/bundle/entry/index.js",
6
6
  "description": "React Components for Dropdown Positioning",
7
7
  "keywords": [