wappsto-blanket
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -97,3 +97,3 @@ import { useState, useEffect, useCallback, useRef, useMemo } from 'react'; | ||
const [ customRequest, setCustomRequest ] = useState({ status: 'pending' }); | ||
const [ customRequest, setCustomRequest ] = useState({ status: 'pending', options: { query } }); | ||
const { request, setRequestId } = useRequest(); | ||
@@ -100,0 +100,0 @@ const name = props.name || (propsData.url + JSON.stringify(propsData.query)); |
{ | ||
"name": "wappsto-blanket", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27852