Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: cell.transition is not a function #62

Open
stormpython opened this issue Jun 8, 2017 · 2 comments
Open

TypeError: cell.transition is not a function #62

stormpython opened this issue Jun 8, 2017 · 2 comments

Comments

@stormpython
Copy link

Receiving the following error while using d3-svg-legend with d3 v4:

screen shot 2017-06-08 at 10 47 39 am

Work around that seems to work is to import d3-transition into my file.

import * as d3 from 'd3-transition'
@TomHuangCN
Copy link

met the same problem

@andreaskundig
Copy link

andreaskundig commented Aug 29, 2019

This might be related to d3/d3-selection#185
which seems to be a webpack issue.

This workaround worked for me:

import 'd3-transition'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants