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 f0b5277 commit 5a227cdCopy full SHA for 5a227cd
app/[nsfront]/[nsbehind]/[name]/[version]/versions/page.tsx
@@ -20,6 +20,7 @@ interface VersionInfo {
20
const CratePage = () => {
21
const [results, setResults] = useState<VersionInfo[] | undefined>(undefined);
22
const [loading, setLoading] = useState(true);
23
+
24
const [error, setError] = useState(null);
25
26
const params = useParams();
0 commit comments