ported scrolling viewport on this repo
I ported https://github.com/azuqua/react-dnd-scrollzone/pull/20/files on this repo. I'm having one issue when trying to run the example, if I don't bump the version number it gets the one on NPM packages instead of the local one. If I bump the version number it gets the local files but I run into this issue:
TypeError: this.context.dragDropManager is undefined
Do you have an idea?
maybe you need to move the example folder to another directory (which does not have node_modules) temporarily. You can link the package to the local version.
now the examples are moved to separate repo https://github.com/TechStark/react-dnd-scrolling-examples