v1.1.6
Bug-fix Release | v1.1.6
Upgrade Steps
npm i fedspendingtransparency/data-transparency-ui#v1.1.6
Bug Fixes
- Picker component: Replaces
createRef
withuseRef
. 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.