Skip to content

Commit 4a6b934

Browse files
make typing explicit
1 parent d9cabef commit 4a6b934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash-renderer/src/actions/dependencies_ts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export const getReadyCallbacks = (
170170
// Outputs which overlap an input do not count as an outstanding output
171171
return filter(
172172
cb =>
173-
all(
173+
all<ILayoutCallbackProperty>(
174174
cbp => !outputsMap[combineIdAndProp(cbp)],
175175
difference(
176176
flatten(cb.getInputs(paths)),

0 commit comments

Comments
 (0)