-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
https://remix.run/docs/en/v1/api/remix#usematches
This is a little tricky as while a basic match
can be modelled as:
type match = {
pathname: string,
params: Js.Dict.t<string>,
}
It doesn't include handle
, the property that is most important from the hook. I'm not sure how best to type this.
Metadata
Metadata
Assignees
Labels
No labels