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.

Question about using this plugin with react

See original GitHub issue

I am trying to build a prototype with react using this plugin. I return the Line chart as below <Line ref="chart" data={data} />

data as below: image

I do see the chart being rendered, but there is no real-time data, it seems static. image

I see the varying values in onRefresh function(Using console logs) image

I can see I am missing or over-doing something, but unable to figure out what that would be. Any help is highly appreciated, thanks!

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
saradha-kannancommented, Nov 28, 2018

Should wait for the developers to respond.

0reactions
saradha-kannancommented, Nov 29, 2018

That’s right, I guess seeing multiple documents at the same time kind of put me off the chart. That helped. Thanks a lot. This issue can be closed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Integrating with Other Libraries - React
This guide will examine some of the more common use cases, focusing on integration with jQuery and Backbone, but the same ideas can...
Read more >
Building a Quiz with React and WordPress REST API
For a Quiz to function properly, we need to have questions and answers. In the previous tutorial, we create the main React Component...
Read more >
Error when deploying react app and it keeps sayings ...
Error when deploying react app and it keeps sayings << Plugin "react" was conflicted between "package.json » eslint-config-react-app » >> · Ask Question....
Read more >
ERROR in Plugin "react" was conflicted between "package ...
Ran into this problem today and it turned out that the esLintConfig setting I had for extends: [react-app] was conflicting with the settings...
Read more >
21 Essential React.js Interview Questions and Answers | Toptal®
If a performance issue such as slow rendering is seen within a React app, the first step is to use the Profiler tool...
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