Closed serbelga closed 7 months ago
Its been fixed in this pull request theoretically (merged today) https://github.com/JetBrains/compose-multiplatform-core/pull/1277
Yes, it's fixed by https://github.com/JetBrains/compose-multiplatform-core/pull/1277
It will be available in the next build
Thanks!! 😉
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
I was trying to use the new Navigation Compose Multiplatform implementation on my project https://github.com/serbelga/Todometer-KMP/pull/515 and there's a crash on iOS and Desktop platforms when navigate with arguments.
Desktop:
Affected platforms
Versions
Screenshots
Here's a screenshot of debugger on
composable
function in NavHostI'm defining this route as
taskdetail/{taskId}
as AndroidX Navigation Compose documentation specifies.