@tamagui/use-force-update 1.0.0-beta.200 → 1.0.0-beta.204

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/cjs/index.js CHANGED
@@ -23,24 +23,12 @@ __export(src_exports, {
23
23
  module.exports = __toCommonJS(src_exports);
24
24
  var import_react = require("react");
25
25
  function useForceUpdate() {
26
- const setState = (0, import_react.useState)(0)[1];
27
- const internal = (0, import_react.useRef)();
28
- if (!internal.current) {
29
- internal.current = {
30
- isMounted: true,
31
- update: () => {
32
- if (internal.current.isMounted) {
33
- setState(Math.random());
34
- }
35
- }
36
- };
37
- }
38
- (0, import_react.useEffect)(() => {
39
- return () => {
40
- internal.current.isMounted = false;
41
- };
42
- }, []);
43
- return internal.current.update;
26
+ const [_, forceUpdate] = (0, import_react.useReducer)((x) => x + 1, 0);
27
+ return forceUpdate;
44
28
  }
45
29
  __name(useForceUpdate, "useForceUpdate");
30
+ // Annotate the CommonJS export names for ESM import in node:
31
+ 0 && (module.exports = {
32
+ useForceUpdate
33
+ });
46
34
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts"],
4
- "sourcesContent": ["import { useEffect, useRef, useState } from 'react'\n\n// ensures no updates after unmount\n\nexport function useForceUpdate() {\n const setState = useState(0)[1]\n const internal = useRef<{ update: Function; isMounted: boolean }>()\n if (!internal.current) {\n internal.current = {\n isMounted: true,\n update: () => {\n if (internal.current!.isMounted) {\n setState(Math.random())\n }\n },\n }\n }\n\n useEffect(() => {\n return () => {\n internal.current!.isMounted = false\n }\n }, [])\n\n return internal.current.update\n}\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA4C;AAIrC,0BAA0B;AAC/B,QAAM,WAAW,2BAAS,CAAC,EAAE;AAC7B,QAAM,WAAW,yBAAiD;AAClE,MAAI,CAAC,SAAS,SAAS;AACrB,aAAS,UAAU;AAAA,MACjB,WAAW;AAAA,MACX,QAAQ,MAAM;AACZ,YAAI,SAAS,QAAS,WAAW;AAC/B,mBAAS,KAAK,OAAO,CAAC;AAAA,QACxB;AAAA,MACF;AAAA,IACF;AAAA,EACF;AAEA,8BAAU,MAAM;AACd,WAAO,MAAM;AACX,eAAS,QAAS,YAAY;AAAA,IAChC;AAAA,EACF,GAAG,CAAC,CAAC;AAEL,SAAO,SAAS,QAAQ;AAC1B;AArBgB;",
4
+ "sourcesContent": ["import { useReducer } from 'react'\n\nexport function useForceUpdate() {\n const [_, forceUpdate] = useReducer((x) => x + 1, 0)\n return forceUpdate\n}\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA2B;AAEpB,0BAA0B;AAC/B,QAAM,CAAC,GAAG,eAAe,6BAAW,CAAC,MAAM,IAAI,GAAG,CAAC;AACnD,SAAO;AACT;AAHgB;",
6
6
  "names": []
7
7
  }
package/dist/esm/index.js CHANGED
@@ -1,25 +1,9 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
- import { useEffect, useRef, useState } from "react";
3
+ import { useReducer } from "react";
4
4
  function useForceUpdate() {
5
- const setState = useState(0)[1];
6
- const internal = useRef();
7
- if (!internal.current) {
8
- internal.current = {
9
- isMounted: true,
10
- update: () => {
11
- if (internal.current.isMounted) {
12
- setState(Math.random());
13
- }
14
- }
15
- };
16
- }
17
- useEffect(() => {
18
- return () => {
19
- internal.current.isMounted = false;
20
- };
21
- }, []);
22
- return internal.current.update;
5
+ const [_, forceUpdate] = useReducer((x) => x + 1, 0);
6
+ return forceUpdate;
23
7
  }
24
8
  __name(useForceUpdate, "useForceUpdate");
25
9
  export {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts"],
4
- "sourcesContent": ["import { useEffect, useRef, useState } from 'react'\n\n// ensures no updates after unmount\n\nexport function useForceUpdate() {\n const setState = useState(0)[1]\n const internal = useRef<{ update: Function; isMounted: boolean }>()\n if (!internal.current) {\n internal.current = {\n isMounted: true,\n update: () => {\n if (internal.current!.isMounted) {\n setState(Math.random())\n }\n },\n }\n }\n\n useEffect(() => {\n return () => {\n internal.current!.isMounted = false\n }\n }, [])\n\n return internal.current.update\n}\n"],
5
- "mappings": ";;AAAA;AAIO,0BAA0B;AAC/B,QAAM,WAAW,SAAS,CAAC,EAAE;AAC7B,QAAM,WAAW,OAAiD;AAClE,MAAI,CAAC,SAAS,SAAS;AACrB,aAAS,UAAU;AAAA,MACjB,WAAW;AAAA,MACX,QAAQ,MAAM;AACZ,YAAI,SAAS,QAAS,WAAW;AAC/B,mBAAS,KAAK,OAAO,CAAC;AAAA,QACxB;AAAA,MACF;AAAA,IACF;AAAA,EACF;AAEA,YAAU,MAAM;AACd,WAAO,MAAM;AACX,eAAS,QAAS,YAAY;AAAA,IAChC;AAAA,EACF,GAAG,CAAC,CAAC;AAEL,SAAO,SAAS,QAAQ;AAC1B;AArBgB;",
4
+ "sourcesContent": ["import { useReducer } from 'react'\n\nexport function useForceUpdate() {\n const [_, forceUpdate] = useReducer((x) => x + 1, 0)\n return forceUpdate\n}\n"],
5
+ "mappings": ";;AAAA;AAEO,0BAA0B;AAC/B,QAAM,CAAC,GAAG,eAAe,WAAW,CAAC,MAAM,IAAI,GAAG,CAAC;AACnD,SAAO;AACT;AAHgB;",
6
6
  "names": []
7
7
  }
package/dist/jsx/index.js CHANGED
@@ -1,25 +1,9 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
- import { useEffect, useRef, useState } from "react";
3
+ import { useReducer } from "react";
4
4
  function useForceUpdate() {
5
- const setState = useState(0)[1];
6
- const internal = useRef();
7
- if (!internal.current) {
8
- internal.current = {
9
- isMounted: true,
10
- update: () => {
11
- if (internal.current.isMounted) {
12
- setState(Math.random());
13
- }
14
- }
15
- };
16
- }
17
- useEffect(() => {
18
- return () => {
19
- internal.current.isMounted = false;
20
- };
21
- }, []);
22
- return internal.current.update;
5
+ const [_, forceUpdate] = useReducer((x) => x + 1, 0);
6
+ return forceUpdate;
23
7
  }
24
8
  __name(useForceUpdate, "useForceUpdate");
25
9
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/use-force-update",
3
- "version": "1.0.0-beta.200+9591831d",
3
+ "version": "1.0.0-beta.204+322b9fd1",
4
4
  "typings": "types",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -16,13 +16,14 @@
16
16
  "clean:build": "tamagui-build clean:build"
17
17
  },
18
18
  "devDependencies": {
19
- "@tamagui/build": "^1.0.0-beta.200+9591831d"
19
+ "@tamagui/build": "^1.0.0-beta.204+322b9fd1",
20
+ "react": "*"
20
21
  },
21
- "dependencies": {
22
+ "peerDependencies": {
22
23
  "react": "*"
23
24
  },
24
25
  "publishConfig": {
25
26
  "access": "public"
26
27
  },
27
- "gitHead": "9591831d7d4a58cc4e01846e68a0d3324570b5c8"
28
+ "gitHead": "322b9fd15b9cfbe9b671390a3b4e2562addd57fd"
28
29
  }
package/types/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
- export declare function useForceUpdate(): Function;
1
+ /// <reference types="react" />
2
+ export declare function useForceUpdate(): import("react").DispatchWithoutAction;
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,wBAAgB,cAAc,aAqB7B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAEA,wBAAgB,cAAc,0CAG7B"}