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

Cannot set property 'row_number' of undefined #8

Open
ivanhdzd opened this issue May 9, 2017 · 2 comments
Open

Cannot set property 'row_number' of undefined #8

ivanhdzd opened this issue May 9, 2017 · 2 comments

Comments

@ivanhdzd
Copy link

ivanhdzd commented May 9, 2017

When user hover mouse in React MetricsGraphics component, React show this error on console:

Uncaught TypeError: Cannot set property 'row_number' of undefined
    at ee (bundle.min.js:1)
    at SVGRectElement.<anonymous> (bundle.min.js:1)
    at SVGRectElement.<anonymous> (bundle.min.js:1)

And graphic doesn't show selected item description.

How can I resolve this error?

@jdconley
Copy link

I'm having this issue as well, though at initialization, not mouse over. Did you resolve this @ivanhdzd?

@jdconley
Copy link

Oh, I just figured this out. It was something to do with my webpack setup. I ended up adding an external for metrics-graphics and loading the javascript for it separately. For some reason when using webpack/uglifyjs against the metricsgraphics source it was causing this error.

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

2 participants