We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806ad65 commit e94f744Copy full SHA for e94f744
src/core/Reader.tsx
@@ -147,4 +147,6 @@ export default function Reader(props: ReaderProps) {
147
148
downstream.setInputConnection(reader.getOutputPort(), port);
149
});
150
+
151
+ return <></>;
152
}
0 commit comments