@plasmicpkgs/antd5 0.0.86 → 0.0.87

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/antd.esm.js CHANGED
@@ -2871,7 +2871,7 @@ function registerForm(loader) {
2871
2871
  },
2872
2872
  unstable__keyFunc: (x) => x.key,
2873
2873
  unstable__minimalValue: (ps, contextData) => {
2874
- return ps.mode === "simplified" ? ps.formItems : contextData == null ? void 0 : contextData.minimalFullLengthFields;
2874
+ return ps.data ? contextData == null ? void 0 : contextData.minimalFullLengthFields : void 0;
2875
2875
  },
2876
2876
  unstable__canDelete: (item, ps, ctx) => {
2877
2877
  if (ps.mode !== "database-schema-driven") {