gent-diagram
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -37,3 +37,3 @@ "use strict"; | ||
var active = react_1.useMemo(function () { | ||
if ((state === null || state === void 0 ? void 0 : state.task) === properties.from && (state === null || state === void 0 ? void 0 : state.subtask) === 'timeout') { | ||
if ((state === null || state === void 0 ? void 0 : state.task) === properties.from && (state === null || state === void 0 ? void 0 : state.subtask) === '@timeout') { | ||
return true; | ||
@@ -48,3 +48,3 @@ } | ||
} | ||
return state.events.find(function (e) { return e.task === taskId && e.subtask === 'timeout'; }); | ||
return state.events.find(function (e) { return e.task === taskId && e.subtask === '@timeout'; }); | ||
}, [state, properties]); | ||
@@ -51,0 +51,0 @@ react_1.useEffect(function () { |
{ | ||
"name": "gent-diagram", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Gent diagram visualisation in React", | ||
@@ -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
33094