Skip to content

Commit

Permalink
chore: fix ci failed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danpeen committed Dec 26, 2024
1 parent 4102786 commit e9d4bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/router-demo/router-host-2000/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const App = () => {
<Route
path="/remote1/*"
Component={() => (
<Remote1App name={'Ming'} age={122} basename="/remote1" />
<Remote1App name={'Ming'} age={12} ref={ref} basename="/remote1" />
)}
/>
<Route
Expand Down

0 comments on commit e9d4bef

Please sign in to comment.