Skip to content

Commit

Permalink
fix ts error after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
AbanoubGhadban committed Nov 18, 2024
1 parent 8a2a300 commit 44f5b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_package/src/ReactOnRails.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 44f5b87

Please sign in to comment.