Skip to content

v1.1.6

Compare
Choose a tag to compare
@MaxwellKendall MaxwellKendall released this 31 Jul 17:43
· 854 commits to master since this release
4d7ab56

Bug-fix Release | v1.1.6

Upgrade Steps

  • npm i fedspendingtransparency/data-transparency-ui#v1.1.6

Bug Fixes

  • Picker component: Replaces createRef with useRef. This fixes a bug related to the inaccurate width value of a ref inside a functional component. useRef should be used when a functional component is being used.