Receiving the following error while using d3-svg-legend with d3 v4:  Work around that seems to work is to import d3-transition into my file. ``` import * as d3 from 'd3-transition' ```
Receiving the following error while using d3-svg-legend with d3 v4:
Work around that seems to work is to import d3-transition into my file.