@intrig/core 0.0.14-3 → 0.0.14-4

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.
Files changed (2) hide show
  1. package/main.js +1 -1
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -7528,7 +7528,7 @@ export function useTransientCall<T, E = unknown>({
7528
7528
  errorSchema?: ZodSchema<T>
7529
7529
  }): [(request: RequestType) => Promise<T>, () => void] {
7530
7530
  const ctx = useContext(Context);
7531
- const controller = useRef<AbortController>();
7531
+ const controller = useRef<AbortController>(null);
7532
7532
 
7533
7533
  const call = useCallback(
7534
7534
  async (request: RequestType)=> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intrig/core",
3
- "version": "0.0.14-3",
3
+ "version": "0.0.14-4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "bin": {