Skip to content

Commit b10f604

Browse files
fix ts error after rebasing
1 parent 9a1a165 commit b10f604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node_package/src/ReactOnRails.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { ReactElement } from 'react';
2-
import type { Readable } from 'stream';
2+
import type { Readable, PassThrough } from 'stream';
33

44
import * as ClientStartup from './clientStartup';
55
import handleError from './handleError';

0 commit comments

Comments
 (0)