mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-27 00:38:46 +00:00
Fix some errors and make others visible
This commit is contained in:
@@ -50,6 +50,7 @@ type PreviewProps = {
|
||||
version: VersionId,
|
||||
id: string,
|
||||
shown: boolean,
|
||||
onError: (message: string) => unknown,
|
||||
}
|
||||
export function PreviewPanel({ lang, model, version, id, shown }: PreviewProps) {
|
||||
const [, setCount] = useState(0)
|
||||
|
||||
Reference in New Issue
Block a user