crubier / react-graph-vis

A react component to render nice graphs using vis.js
http://crubier.github.io/react-graph-vis/
MIT License
946 stars 170 forks source link

Fired Uncaught Error: A duplicate id was found in the parameter array unless no duplicate id #150

Open TugrulAsik opened 1 year ago

TugrulAsik commented 1 year ago

Fired Uncaught Error: A duplicate id was found in the parameter array unless no duplicate id.

alisbiaa commented 1 year ago

Having the same error, did you manage to solve it? @TugrulAsik

chanmoto commented 1 year ago

解決方法 ・react-vis-graph → ダメ(丸1週間悩む) ・react-vis-graph-wrapper → 5秒で解決

TugrulAsik commented 11 months ago

@alisbiaa I hope that the question is still fresh. I have switched to another graph library some time ago. If you fix sth maybe I can help to check.

vikashgurjar commented 7 months ago

This is happening because React is running in "strict" mode. Try removing the </React.Strict> from your application.