yuken %!s(int64=3) %!d(string=hai) anos
pai
achega
dfa65513be
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/app/src/components/PageAlert/PageAlerts.tsx

+ 1 - 0
packages/app/src/components/PageAlert/PageAlerts.tsx

@@ -6,6 +6,7 @@ import { FixPageGrantAlert } from './FixPageGrantAlert';
 import { PageGrantAlert } from './PageGrantAlert';
 import { PageStaleAlert } from './PageStaleAlert';
 
+// dynamic import because TrashPageAlert uses localStorageMiddleware
 const TrashPageAlert = dynamic(() => import('./TrashPageAlert').then(mod => mod.TrashPageAlert), { ssr: false });
 
 export const PageAlerts = (): JSX.Element => {