Having a state variable like that is generally a r...
# rx
p
Having a state variable like that is generally a really bad idea becaue when you now subscribe to that observable twice, there will be unpredictable output from previous subscriptions
👍 1