We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 806ad65 + e94f744 commit f2f8e5bCopy full SHA for f2f8e5b
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