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