Skip to content

Commit e94f744

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/Reader.tsx

+2
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)