You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: replace result: unknown in generated appKitTypes.d.ts
The type generator falls back to `result: unknown` when no warehouse
is available during template generation, causing TS build errors in
AnalyticsPage.tsx. Add a postProcess step that replaces unknown results
with correct types for known template queries.
Co-authored-by: Isaac
0 commit comments