Skip to content

WASM error on phone #2011

@GazimSoliev

Description

@GazimSoliev

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:

  1. Add koin to wasm project, add at least one any module in configuration (even empty)
  2. Run it (wasmJsBrowserRun)
  3. Launch the site from phone (Google Chrome for Android)
  4. 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 {})
        }
    ) {
        
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions