instacart / Snacks

The Instacart Component Library
https://instacart.github.io/Snacks/
Apache License 2.0
81 stars 36 forks source link

Fix NavigationPills Ref Issue #413

Closed mmarcuccio closed 4 years ago

mmarcuccio commented 4 years ago

NavigationPills uses a string ref, but it is a function component. I assume it was refactored in the past. Fixing this issue by converting to class component.

codecov[bot] commented 4 years ago

Codecov Report

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

@@           Coverage Diff           @@
##           master     #413   +/-   ##
=======================================
  Coverage   83.84%   83.84%           
=======================================
  Files          62       62           
  Lines        1300     1300           
  Branches      230      230           
=======================================
  Hits         1090     1090           
  Misses        159      159           
  Partials       51       51