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
fix: resolve all TS7006 implicit any type errors in console app
Add explicit `: any` type annotations to all callback parameters that
were triggering TS7006 errors under strict TypeScript mode in the
console app. This covers render/visibleWhen callbacks in
view-config-schema.tsx, find/map/filter/flatMap callbacks in the test
file, and various event/action handler parameters across App.tsx,
AppSidebar.tsx, DashboardView.tsx, MetadataInspector.tsx, ObjectView.tsx,
OnboardingWalkthrough.tsx, SearchResultsPage.tsx, and useObjectActions.ts.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments