Can we test the component and trigger navigation in "commonTest" which run on test worker (not the Main thread) #960
Answered
by
arkivanov
duongphuhiep
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
arkivanov
Nov 27, 2025
Replies: 1 comment 1 reply
-
|
The error you presented is just a message in the logs. You can ignore it, or disable the check via I think this should only be happening in |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
duongphuhiep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The error you presented is just a message in the logs. You can ignore it, or disable the check via
onDecomposeError = null.I think this should only be happening in
JVMtests if you also have dependency onextensions-composeorextensions-compose-experimentalmodule. I will think if it's possible to disable the check in tests.