-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
299 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"rescript-relay-router": patch | ||
--- | ||
|
||
Fix clean needed to remove path param type annotations in route patterns emitted. |
8 changes: 8 additions & 0 deletions
8
examples/client-rendering/src/routes/Root__Todos__ByStatusDecodedExtra_route_renderer.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
let renderer = Routes.Root.Todos.ByStatusDecodedExtra.Route.makeRenderer( | ||
~prepare=_props => { | ||
() | ||
}, | ||
~render=_props => { | ||
React.null | ||
}, | ||
) |
74 changes: 72 additions & 2 deletions
74
examples/client-rendering/src/routes/__generated__/RouteDeclarations.res
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
186 changes: 186 additions & 0 deletions
186
...ent-rendering/src/routes/__generated__/Route__Root__Todos__ByStatusDecodedExtra_route.res
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
examples/client-rendering/src/routes/__generated__/Routes.res
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters