You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my app, the menu list & main content are dynamically generated. This means that scrollTargetIds will be different each time and so I'm populating that using a state variable. Due to this, the scrollspy behavior is not happening as expected. But it working when I declare scrollTargetIds as static values.
Can this be handled?
The text was updated successfully, but these errors were encountered:
In my app, the menu list & main content are dynamically generated. This means that
scrollTargetIds
will be different each time and so I'm populating that using a state variable. Due to this, the scrollspy behavior is not happening as expected. But it working when I declarescrollTargetIds
as static values.Can this be handled?
The text was updated successfully, but these errors were encountered: