@kawaiininja/fetch 1.0.49 → 1.0.51

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.
@@ -127,7 +127,7 @@ export const useFetch = (endpoint, baseOptions = {}) => {
127
127
  // 🛡️ STRICT MODE FIX: Do not abort requests on unmount.
128
128
  // In React 18 Strict Mode, the first mount starts the request, then unmounts immediately.
129
129
  // If we abort here, the shared promise (used by the second mount) dies, leaving the app in 'loading: true'.
130
- // abortRef.current.abort();
130
+ // abortRef.current.abort();..
131
131
  };
132
132
  }, []);
133
133
  const methods = createApiMethods({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kawaiininja/fetch",
3
- "version": "1.0.49",
3
+ "version": "1.0.51",
4
4
  "description": "Core fetch utility for Onyx Framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",