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

svelte onMount will be triggered 2 times #508

Open
Nyx2022 opened this issue Jan 1, 2025 · 1 comment
Open

svelte onMount will be triggered 2 times #508

Nyx2022 opened this issue Jan 1, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@Nyx2022
Copy link

Nyx2022 commented Jan 1, 2025

What package has an issue

@svelteuidev/core

A clear and concise description of what the bug is

onMount(() => {
console.log("entered onMount")
})

the svelte onMount will be triggered 2 times

In which browser(s) did the problem occur?

Microsoft Edge

Steps To Reproduce

onMount(() => {
console.log("entered onMount")
})

and import svelteui

Do you know how to fix the issue

No

Are you willing to participate in fixing this issue and create a pull request with the fix

No

Relevant Assets

No response

@Nyx2022 Nyx2022 added the bug Something isn't working label Jan 1, 2025
@BeeMargarida
Copy link
Member

Hey, this bug report doesn't give a lot of detail, can you be more specific? Where does this happen? What version of svelte are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants