mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-29 17:32:43 +00:00
Expose error stack traces (#211)
This commit is contained in:
@@ -11,7 +11,7 @@ interface Props {
|
||||
}
|
||||
export function Versions({}: Props) {
|
||||
const { locale } = useLocale()
|
||||
const [error, setError] = useState<string | null>(null)
|
||||
const [error, setError] = useState<Error | null>(null)
|
||||
useTitle(locale('title.versions'))
|
||||
|
||||
const [versions, setVersions] = useState<VersionMeta[]>([])
|
||||
|
||||
Reference in New Issue
Block a user