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
Expected: Website jumps to anchor (concat in this example)
Actual: Website stays on the top of the page
Note that anchor tags work correctly after the page has been loaded, i.e. clicking on an anchor link will scroll the screen to position it at the top and change the URL. I suspect that the lodash website may have delayed rendering which breaks the anchor links on load. Perhaps a workaround like https://stackoverflow.com/a/38588927/323177 could work? Or deferring rendering until all components are available?
The text was updated successfully, but these errors were encountered:
janarthanancs
pushed a commit
to janarthanancs/lodash.com
that referenced
this issue
May 9, 2022
Reproduction:
Expected: Website jumps to anchor (concat in this example)
Actual: Website stays on the top of the page
Note that anchor tags work correctly after the page has been loaded, i.e. clicking on an anchor link will scroll the screen to position it at the top and change the URL. I suspect that the lodash website may have delayed rendering which breaks the anchor links on load. Perhaps a workaround like https://stackoverflow.com/a/38588927/323177 could work? Or deferring rendering until all components are available?
The text was updated successfully, but these errors were encountered: