We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963fd2a commit b636cacCopy full SHA for b636cac
common/App.re
@@ -84,6 +84,7 @@ let default = (props: props): React.element => {
84
| (_, Some("js")) => <JsDocsLayout.Docs> content </JsDocsLayout.Docs>
85
| (_, Some("belt")) =>
86
<BeltDocsLayout.Docs> content </BeltDocsLayout.Docs>
87
+ | (_, Some("dom")) => <BeltDocsLayout.Docs> content </BeltDocsLayout.Docs>
88
| _ => React.null
89
}
90
// common routes
0 commit comments