react-graph-vis
react-graph-vis copied to clipboard
Fired Uncaught Error: A duplicate id was found in the parameter array unless no duplicate id
Fired Uncaught Error: A duplicate id was found in the parameter array unless no duplicate id.
Having the same error, did you manage to solve it? @TugrulAsik
解決方法 ・react-vis-graph → ダメ(丸1週間悩む) ・react-vis-graph-wrapper → 5秒で解決
@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.
This is happening because React is running in "strict" mode. Try removing the <React.Strict><App /> </React.Strict> from your application.