Niels Boecker
Niels Boecker
I've had a similar issue and solved this by managing the focus in the scroll-end event handler: ```typescript import { Events, ... } from "react-scroll"; ... useEffect(() => { //...
I can confirm that this fix works. Without specifying `engines`, the default node environment on Heroku fails to build the app. I assume that this should also resolve #5 and...
I am also experiencing some trouble with this. For me, it does not work on Chrome. Interestingly, Chrome marks the certificate as "Invalid", even though it seems valid when you...