Scrolling exception: Cannot read property 'scrollTop' of null
See original GitHub issueDescription
For context, I have a lot of spare hosting infrastructure and I am trying to dockerize & rehost several applications so we have some back up in case or offer the services for other dnd tool developers.
I am trying to host it, because it seems that the original author is not updating the website anymore. I have dockerized the application, currently running at https://homebrewery.hoengg.tech with version 2.8.0. The main issue is that I do not understand react/node as much as basic work with it, I package applications into containers and run them.
I am currently running into the problem when I scroll, I receive the error:
Uncaught TypeError: Cannot read property 'scrollTop' of null
How to reproduce : The introduction letter is enough already, if visit https://homebrewery.hoengg.tech you can try to scroll on the preview window and it will immediately crash, you have some lines of console output.
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top GitHub Comments
@schemen, I have no other ideas, sorry. I’m not really familiar with all of these node.js/react/other stuff. Maybe @Rae2che5 can help you.
I can now confirm that it is indeed working, I’ve also done some refinements to the docker image and I will provide a PR or add some information to #734 soon!
The running example is https://homebrewery.hoengg.tech, hosted on a docker swarm cluster 😃