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 45b99f2 commit 3015186Copy full SHA for 3015186
app/routes/MdxRoute.res
@@ -46,6 +46,7 @@ let components = {
46
"Video": Markdown.Video.make,
47
"Warn": Markdown.Warn.make,
48
"CommunityContent": CommunityContent.make,
49
+ "WarningTable": WarningTable.make,
50
}
51
52
let convertToNavItems = (items, rootPath) =>
docs/manual/warning-numbers.mdx
@@ -12,4 +12,4 @@ You can configure which warnings the ReScript compiler generates
12
[in the build configuration](/docs/manual/next/build-configuration#warnings) or
13
using the [`@warning()`](/syntax-lookup#expression-warning-decorator) or the [`@@warning()`](/syntax-lookup#module-warning-decorator) decorator.
14
15
-{/* TODO RR7 <WarningTable /> */}
+<WarningTable />
0 commit comments