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 4, 2024
1 parent 9a1a165 commit b10f604
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 b10f604

Please sign in to comment.