Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WASM error on phone #2011

Open
GazimSoliev opened this issue Sep 30, 2024 · 0 comments
Open

WASM error on phone #2011

GazimSoliev opened this issue Sep 30, 2024 · 0 comments

Comments

@GazimSoliev
Copy link

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 {})
        }
    ) {
        
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant