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 abfb676 commit 98ac3aeCopy full SHA for 98ac3ae
src/components/DevDocTemplate/index.tsx
@@ -185,7 +185,7 @@ const DevDocTemplate: FC<DevDocTemplateProps> = (props) => {
185
186
useEffect(() => {
187
// This is to send navigation events to the parent app (if in Iframe)
188
- // So that the parent can sync the url
+ // So that the parent can sync the url.
189
const newParms: {
190
pageid?: string;
191
} = queryStringParser(location.search);
0 commit comments