@ecoding/components.antd 0.1.27 → 0.1.28

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.
@@ -19,9 +19,9 @@ const AsyncSlect = memo((props) => {
19
19
  const r = http.getRequest();
20
20
  const [loading, setLoading] = useState(true);
21
21
  const [options, setOptions] = useState([]);
22
- const iface = useMemo(() => props.iface, [props]);
22
+ const iface = useMemo(() => props.iface, []);
23
23
  const data = useMemo(() => props.data, [props]);
24
- const searchIface = useMemo(() => props.searchIface, [props]);
24
+ const searchIface = useMemo(() => props.searchIface, []);
25
25
  useEffect(() => {
26
26
  const ex = () => __awaiter(void 0, void 0, void 0, function* () {
27
27
  const innerEx = () => __awaiter(void 0, void 0, void 0, function* () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecoding/components.antd",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "author": "cxc",
5
5
  "homepage": "",
6
6
  "license": "MIT",
@@ -43,5 +43,5 @@
43
43
  "dependencies": {
44
44
  "react-quill": "^2.0.0"
45
45
  },
46
- "gitHead": "9be70ecad83537a2c1b237e742bc03b0acf57436"
46
+ "gitHead": "6b680bfc43c9b00521fabe9fb7c7642902e91bb2"
47
47
  }