byte-fe / react-model

The next generation state management library for React
235 stars 22 forks source link

fix(stateupdater): fix the issue that setState on unmounted component #153

Closed ArrayZoneYour closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #153 into master will not change coverage by %. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #153   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          283       291    +8     
  Branches        61        66    +5     
=========================================
+ Hits           283       291    +8     
Impacted Files Coverage Δ
src/index.tsx 100.00% <100.00%> (ø)
src/middlewares.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 f745d03...262971d. Read the comment docs.