Skip to content

Commit

Permalink
fix: useRuntimeContext not get remixRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Jul 25, 2024
1 parent 3dc5344 commit 89a893b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export const routerPlugin = ({
return router;
},
configurable: true,
enumerable: true,
});

return router;
Expand Down

0 comments on commit 89a893b

Please sign in to comment.