Describe the bug
I launched app from Android Google Chrome and got error "Exception was thrown while running JavaScript code"
To Reproduce
Steps to reproduce the behavior:
- Add koin to wasm project, add at least one any module in configuration (even empty)
- Run it (wasmJsBrowserRun)
- Launch the site from phone (Google Chrome for Android)
- See error
Expected behavior
Should should app without errors
Koin module and version:
koin-core:4.0.0
koin-compose-viewmodel:4.0.0
Snippet or Sample project to help reproduce
@Composable
internal fun App() {
KoinApplication(
application = {
modules(module {})
}
) {
}
}
Describe the bug
I launched app from Android Google Chrome and got error "Exception was thrown while running JavaScript code"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should should app without errors
Koin module and version:
koin-core:4.0.0koin-compose-viewmodel:4.0.0Snippet or Sample project to help reproduce