Skip to content

Commit

Permalink
ownprops
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Dec 12, 2024
1 parent 6a655af commit 779355c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superglue/lib/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const NavigationProvider = forwardRef(function NavigationProvider(
<NavigationContext.Provider
value={{ pageKey, navigateTo, visit, remote, ownProps }}
>
<Component />
<Component {...ownProps}/>
</NavigationContext.Provider>
)
} else {
Expand Down

0 comments on commit 779355c

Please sign in to comment.