Closed
Description
I didn't know exactly how to describe this one, but it seems like if you bind to a store from more than one component, any manual subscriptions fire more than once for each update.
https://svelte.dev/repl/0a55c906240a46b3807f4135e7ff7c64?version=3.16.4
You will notice in the REPL, that you receive console log messages (or you can look at the "updated" count) to see the problem.
Binding automatically (using $) does not have the same problem.