elierotenberg / tween-interpolate

Extra lightweight generic and CSS values interpolators and tweens.
5 stars 0 forks source link

D3 subset object is attached to window #1

Open glifchits opened 9 years ago

glifchits commented 9 years ago

We are trying out react-animate in our app and we have a component that uses D3. After installing this library, we can't attach the full D3 object to window like we need for other files because the D3 object that this module exposes doesn't have all properties/methods.

Would be nice if we didn't have to deal with this bug!

elierotenberg commented 9 years ago

Hmm I'll look into it. Thanks for the report.