Skip to content

Commit

Permalink
Merge pull request #137 from cornking2020/bugfix/MA-34-reader
Browse files Browse the repository at this point in the history
🔧 MA-34 Fix Reader TSX
  • Loading branch information
floryst authored Jul 2, 2024
2 parents 806ad65 + e94f744 commit f2f8e5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/Reader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,6 @@ export default function Reader(props: ReaderProps) {

downstream.setInputConnection(reader.getOutputPort(), port);
});

return <></>;
}

0 comments on commit f2f8e5b

Please sign in to comment.