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 f550d22 commit 737bfa8Copy full SHA for 737bfa8
apps/site/components/Downloads/DownloadReleasesTable/index.tsx
@@ -6,9 +6,6 @@ import FormattedTime from '@/components/Common/FormattedTime';
6
import DetailsButton from '@/components/Downloads/DownloadReleasesTable/DetailsButton';
7
import getReleaseData from '@/next-data/releaseData';
8
9
-// This is a React Async Server Component
10
-// Note that Hooks cannot be used in a RSC async component
11
-// Async Components do not get re-rendered at all.
12
const DownloadReleasesTable: FC = async () => {
13
const releaseData = await getReleaseData();
14
0 commit comments