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: improve usability and ensure type safety (#97)
* fix(appearance): Remove duplicate initializeTheme call
initializeTheme is already called in app.ts
* fix(types): Type string is not assignable to type Method | undefined
Replaced the generic string type with the Method type from @inertiajs/core for better type safety and alignment with Inertia.js.
* fix(sidebar): Fix breadcrumbs rendering
Ensure the sidebar only renders breadcrumbs when the `breadcrumbs` object exists and has entries. This prevents potential runtime errors if `breadcrumbs` is null or undefined.
0 commit comments