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
feat: extract detail arguments from saved state handle
- Extract `id` and `image` from `savedStateHandle` using `toRoute()` instead of lazy initialization
- Removed unused `Detail` object creation and its corresponding code
- Replaced the `lazy { ... }` block with a single line of code to initialize the `args` variable directly
0 commit comments