Somewhat adjacent to sveltejs/sapper#781 but I think there's other stuff going on there too.
The support we added for RxJS observables (i.e., allowing for the .subscribe() method to also return an object with an .unsubscribe() method) does not look like it extended to get_store_value.
Somewhat adjacent to sveltejs/sapper#781 but I think there's other stuff going on there too.
The support we added for RxJS observables (i.e., allowing for the
.subscribe()method to also return an object with an.unsubscribe()method) does not look like it extended toget_store_value.