Ilian Alexiev
Results
2
comments of
Ilian Alexiev
I was able to make some progress on this by adding exactly the `3.5.17` `d3` version to the package.json. D3 latest version is not compatible.
I also had to deal with similar issue but related to how react testing library works and their userEvent section (here is their [KeyMap](https://github.com/testing-library/user-event/blob/main/src/keyboard/keyMap.ts)). I agree that things if possible...