fix: svelte5 compatibility type checks and migrations.

This commit is contained in:
Darshan
2025-04-05 12:12:15 +05:30
parent 0bd5851adc
commit 4580d62930
23 changed files with 103 additions and 61 deletions

View File

@@ -10,7 +10,7 @@
let { data } = $props();
type MappedTutorial = (typeof data.tutorials)[number];
type MappedTutorial = (typeof data.tutorials)[number]['tutorials'][number];
const iconMap: Record<string, string> = {
'react native': 'icon-react-native',