File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
node_package/src/registerServerComponent Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import * as React from 'react' ;
22import ReactOnRails from '../ReactOnRails.client.ts' ;
3- import RSCRoute from '../RSCRoute.ts ' ;
3+ import RSCRoute from '../RSCRoute.tsx ' ;
44import { ReactComponentOrRenderFunction } from '../types/index.ts' ;
55import wrapServerComponentRenderer from '../wrapServerComponentRenderer/client.tsx' ;
66
Original file line number Diff line number Diff line change 11import * as React from 'react' ;
22import ReactOnRails from '../ReactOnRails.client.ts' ;
3- import RSCRoute from '../RSCRoute.ts ' ;
3+ import RSCRoute from '../RSCRoute.tsx ' ;
44import { ReactComponent , RenderFunction } from '../types/index.ts' ;
55import wrapServerComponentRenderer from '../wrapServerComponentRenderer/server.tsx' ;
66
You can’t perform that action at this time.
0 commit comments