TrueKuehli / PruneTree

App for creating Sims 4 family trees. Fork of the Plum Tree app using local browser storage to replace API calls.
https://prunetree.app/
ISC License
3 stars 2 forks source link

Investigate why newer React-Toastify versions break d3 panning and zooming #19

Closed TrueKuehli closed 11 months ago

TrueKuehli commented 11 months ago

The problem occurs whenever a toast is open while using the react router to navigate to the tree viewer. If we can't find a fix, we might want to switch to a different notification library.

Staying on version 5.x resolves this issue, any version from 6.x to the current 9.1.3 have this issue. Since I'm not sure if this is an issue in our code, react-toastify, d3, or react-router, finding the issue seems difficult, so any help is appreciated.

TrueKuehli commented 11 months ago

Fixed by commit 00eb1ec.