Documentation for <ResponsiveNetwork/> on the site is inaccurate.
See original GitHub issueOn the site it says that the component needs a data
prop in the form of:
{
"nodes" : [{}],
"links": [{}]
}
But is expecting separate nodes
and links
props.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Websites look wrong or appear differently than they should
This article explains how to fix problems with websites that display incorrectly in Firefox or don't work the way they should.
Read more >Responsive Web Design Testing: The Complete Beginner's ...
The fix for the problem is something called “responsive design”, a technique to have web pages ask the browser what the resolution is,...
Read more >About responsive display ads - Google Ads Help
With responsive display ads, you can upload your assets (images, headlines, logos, videos, and descriptions), and Google will automatically generate ad ...
Read more >Web Content Accessibility Guidelines (WCAG) 2.1 - W3C
Sufficient and Advisory Techniques - For each of the guidelines and success criteria in the WCAG 2.0 document itself, the working group has...
Read more >Best Practices for Speeding Up Your Web Site
This can increase the size of your HTML document. ... reduction in response times, but it's easier thanks to content delivery networks.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @xanderjakeq xanderjakeq Yes, there is an inconsistency between the documentation and the code. This is what the code states
This is the example given.
It shows that the
ResponsiveNetwork
component accepts adata
prop.However, the source code for the
Network
component doesn’t and expects a separatenodes
andlinks
props on lines 25 and 26.Would suggest changing the example maybe? @Larissagilliane