question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TypeError: Cannot read property 'from_iterable' of undefined

See original GitHub issue

Issue

I made a minimalistic React based project that tries to embed Hiplot.

My repo

I followed the instructions in the documentation: NPM library (javascript).

What happened? Installation worked

$ npm install

Starting npm worked

$ npm start

There was an error in my browser screenshot

What did you expect to happen? I expected to see a website that had Hiplot which would be like in my notebook or like in the pip’s Hiplot webserver or in like your demo.

Goal

I want a website that visualizes my data that is in CSV format with cool looking parallel plots. I achieved this by using an <iframe /> and a separate Hiplot webserver. But the documentation claims that your React component could also work.

Thanks

The Hiplot looks amazing and I really appreciate that there is someone maintaining it. Thank you for reading my issue.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
danthe3rdcommented, Jun 25, 2020

Hi @KasperKivimaeki

Thank you for your report. The Javascript lib is very recent, and I’m also trying to figure out how to package it the best I can. I plan to push a new npm package tomorrow - I’ll let you know. Maybe you can try my dev package - do you have the same problem? (npm install @d3rd/hiplot-dev and replace from 'hiplot'; with from '@d3rd/hiplot-dev'; in your code)

0reactions
danthe3rdcommented, Jun 26, 2020

Just pushed 0.1.13 on npm, so you should be able to use it again 😃 Sorry for the issues - closing

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issue when upgrading to 1.3.2: Cannot read property 'info' of ...
Upgrading from 1.3.0 to 1.3.2, the following error appears: TypeError: Cannot read property 'info' of undefined TypeError: Cannot read ...
Read more >
TypeError: Cannot read property of undefined - Stack Overflow
TypeError : Cannot read property '0' of undefined. The line where I always get this error is: var FieldValue = details.requestBody.
Read more >
ERROR TypeError: Cannot read property title of undefined
HEY, SET YOUR LIKE THERE ! ... Your browser can't play this video. ... Solved: ERROR TypeError : Cannot read property title of...
Read more >
Node.js v19.3.0 Documentation
If the values are not equal, an AssertionError is thrown with a message property set equal to the value of the message parameter....
Read more >
Array.from() - JavaScript - MDN Web Docs
Array.from() never creates a sparse array. If the arrayLike object is missing some index properties, they become undefined in the new array.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found