You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
When user hover mouse in React MetricsGraphics component, React show this error on console:
And graphic doesn't show selected item description.
How can I resolve this error?
The text was updated successfully, but these errors were encountered: