We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
$inspect unexpectedly does not fire when $effect with the same dep does.
Here is a repo for reproduction: https://github.com/Hugos68/svelte-131-inspect-bug Steps are inside the README
What's peculiar is that it fires as expected in the online REPL
Browser logs Chromium (123.0.2420.97) [vite] connecting... client.ts:175 [vite] connected. useRole.svelte.js:5 effect open: false useRole.svelte.js:5 effect open: true
System: OS: Windows 11 10.0.22631 CPU: (12) x64 AMD Ryzen 5 5600 6-Core Processor Memory: 22.57 GB / 31.93 GB Binaries: Node: 20.11.0 - C:\Program Files\nodejs\node.EXE npm: 10.2.4 - C:\Program Files\nodejs\npm.CMD pnpm: 9.1.0 - ~\AppData\Local\pnpm\pnpm.CMD Browsers: Edge: Chromium (123.0.2420.97) Internet Explorer: 11.0.22621.1 npmPackages: svelte: ^5.0.0-next.1 => 5.0.0-next.131
annoyance
The text was updated successfully, but these errors were encountered:
For context: This does not reproduce in the REPL
Sorry, something went wrong.
I've added it 👍
It's related to vite-plugin-svelte so closing this. sveltejs/vite-plugin-svelte#906
trueadm
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
$inspect unexpectedly does not fire when $effect with the same dep does.
Reproduction
Here is a repo for reproduction: https://github.com/Hugos68/svelte-131-inspect-bug
Steps are inside the README
What's peculiar is that it fires as expected in the online REPL
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: