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 21dde5d commit 2da1bceCopy full SHA for 2da1bce
static/app/views/organizationContainer.tsx
@@ -26,7 +26,7 @@ function OrganizationLoadingIndicator() {
26
*/
27
const root = document.getElementById(ROOT_ELEMENT);
28
// There is no scenario in which this component is rendering,
29
- // but the root element doesn't exist
+ // but the root element where the app is mounted doesn't exist
30
const ssrLoader = root!.innerHTML;
31
32
return <div dangerouslySetInnerHTML={{__html: ssrLoader}} />;
0 commit comments