Skip to content

Commit e94f744

Browse files
committed
🔧 MA-34 Fix Reader TSX
1 parent 806ad65 commit e94f744

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/core/Reader.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,6 @@ export default function Reader(props: ReaderProps) {
147147

148148
downstream.setInputConnection(reader.getOutputPort(), port);
149149
});
150+
151+
return <></>;
150152
}

0 commit comments

Comments
 (0)