open-amdocs / webrix

Powerful building blocks for React-based web applications
https://webrix.amdocs.com
Apache License 2.0
432 stars 32 forks source link

Remove useunmounted #80

Closed gaeaehrlich closed 2 years ago

gaeaehrlich commented 2 years ago

useUnmounted has been deprecated because it does not seem to be of much help. (More details in the rest of the conversation below)

codecov[bot] commented 2 years ago

Codecov Report

Merging #80 (729d5ed) into 2.x (f4191e7) will increase coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              2.x      #80      +/-   ##
==========================================
+ Coverage   96.00%   96.10%   +0.09%     
==========================================
  Files          61       61              
  Lines         852      847       -5     
  Branches       29       29              
==========================================
- Hits          818      814       -4     
+ Misses         33       32       -1     
  Partials        1        1              
Impacted Files Coverage Δ
src/hooks/useMounted/useMounted.js 100.00% <ø> (ø)
src/utility/object/object.js 100.00% <0.00%> (+1.88%) :arrow_up:

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 f4191e7...729d5ed. Read the comment docs.