mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
fix: remove semicolon from HTML output (#6936)
This commit is contained in:
parent
a1d333e96b
commit
74e37e86ba
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ export default function ComponentCreator(
|
|||
// Is there any way to put this RouteContextProvider upper in the tree?
|
||||
return (
|
||||
<RouteContextProvider value={routeContextModule}>
|
||||
<Component {...loadedModules} {...props} />;
|
||||
<Component {...loadedModules} {...props} />
|
||||
</RouteContextProvider>
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue