re-rxjs / react-rxjs

React bindings for RxJS
https://react-rxjs.org
MIT License
549 stars 19 forks source link

fix(shareLatest): properly closing sync observables #194

Closed josepot closed 3 years ago

josepot commented 3 years ago

Basically, bringing this to react-rxjs

codecov[bot] commented 3 years ago

Codecov Report

Merging #194 (3544675) into main (51148d1) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #194   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           27        27           
  Lines          451       451           
  Branches        63        62    -1     
=========================================
  Hits           451       451           
Impacted Files Coverage Δ
packages/core/src/internal/share-latest.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 51148d1...3544675. Read the comment docs.