Skip to content

Commit

Permalink
fix(app): accept connecting to non yet existing state output for conv…
Browse files Browse the repository at this point in the history
…enience
  • Loading branch information
rubenfiszel committed Oct 15, 2024
1 parent dcdbf1a commit 9eb1ecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/lib/components/apps/editor/appUtilsInfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export async function inferDeps(
componentId == 'iter' ||
componentId == 'group' ||
componentId == 'file' ||
componentId == 'state' ||
id in (worldOutputs[componentId] ?? {})
)
.map(([componentId, id]) => ({
Expand Down

0 comments on commit 9eb1ecc

Please sign in to comment.