Closed ghost closed 1 year ago
Hey Hey! 👋🏻 Thank you so much for raising an issue The maintainers will get back to you soon for discussion over the issue!
In the meantime join our discord server and checkout our YouTube channel
@karanrao-github what do you think where error can be?
Correct me if I am wrong, but I guess it javascript
The error seems to be here. In Header > Index.jsx file.
setOpen is not a function
I don't get the same error message in responsive mweb in devtools. Also, for mweb, the scroll listener is not being called properly, I guess. (useWindowScrolling hook)
The error is basically, when we are clicking the nav item in mobile view, the header class is not updating. We need some re-render function which will re-render the nav on the scrollTop value.
Made the function for re-render and now its working..
Below is the video for the same....
@dharmjoshi236 Please feel free to raise a PR for the same.
Describe the bug
Page not loading after you select an option from ham burger menu
To Reproduce
Expected Behavior
Taping on option should scroll down or up to the respective page
Screenshot/ Video
No response
Additional context
No response