@equinor/fusion
Advanced tools
Comparing version 0.1.56 to 0.1.57
@@ -6,4 +6,4 @@ import { useEffect } from "react"; | ||
effect(abortController.signal); | ||
return abortController.abort; | ||
return () => abortController.abort(); | ||
}, dependencies); | ||
}; |
@@ -17,2 +17,3 @@ export { IAuthContainer, default as AuthContainer } from "./auth/AuthContainer"; | ||
export { default as useHistory, HistoryContext, IHistoryContext } from "./hooks/useHistory"; | ||
export { default as useTasks, useTaskSourceSystems, useTaskTypes, useTaskPrioritySetter } from "./http/hooks/useTasks"; | ||
export * from "./http/hooks/dataProxy/useHandover"; |
@@ -16,2 +16,3 @@ export { default as AuthContainer } from "./auth/AuthContainer"; | ||
export { default as useHistory, HistoryContext } from "./hooks/useHistory"; | ||
export { default as useTasks, useTaskSourceSystems, useTaskTypes, useTaskPrioritySetter } from "./http/hooks/useTasks"; | ||
export * from "./http/hooks/dataProxy/useHandover"; |
{ | ||
"name": "@equinor/fusion", | ||
"version": "0.1.56", | ||
"version": "0.1.57", | ||
"description": "Everything a Fusion app needs to communicate with the core", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
128101
2985