sergiop / react-giphy-searchbox

Responsive and customizable search and select for Giphy's GIFs and Stickers.
https://sergiop.github.io/react-giphy-searchbox/
MIT License
48 stars 19 forks source link

Use window.fetch() instead of Axios. #27

Closed sergiop closed 4 years ago

sergiop commented 4 years ago

Closes https://github.com/sergiop/react-giphy-searchbox/issues/17

codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will increase coverage by 0.00%. The diff coverage is 85.71%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   99.00%   99.00%           
=======================================
  Files          13       13           
  Lines         100      101    +1     
=======================================
+ Hits           99      100    +1     
  Misses          1        1           
Impacted Files Coverage Δ
src/index.js 94.73% <66.66%> (ø)
src/hooks/useApi.js 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 0b4f708...a029e12. Read the comment docs.