Skip to content

Commit 44f5b87

Browse files
fix ts error after rebasing
1 parent 8a2a300 commit 44f5b87

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)