diff --git a/node_package/src/ReactOnRails.ts b/node_package/src/ReactOnRails.ts index 77d1e925d..432671549 100644 --- a/node_package/src/ReactOnRails.ts +++ b/node_package/src/ReactOnRails.ts @@ -1,5 +1,5 @@ import type { ReactElement } from 'react'; -import type { Readable } from 'stream'; +import type { Readable, PassThrough } from 'stream'; import * as ClientStartup from './clientStartup'; import handleError from './handleError';