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
Describe the bug
Hello, after update v2.0.0 all auto-imported components will be loaded after page load, not before.
On my project all components are auto-imported. I have one page where are auto-imported component with id.
On my navbar i have link to this page with this id. So i expect - when i click this link - its redirect me to the page and scroll down to the section with id. But now, it doesn't work on first visit of page. And this problem is only on dev server.
Describe the bug
Hello, after update v2.0.0 all auto-imported components will be loaded after page load, not before.
On my project all components are auto-imported. I have one page where are auto-imported component with id.
On my navbar i have link to this page with this id. So i expect - when i click this link - its redirect me to the page and scroll down to the section with id. But now, it doesn't work on first visit of page. And this problem is only on dev server.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to see my page scrolled down to the section with id for the auto-imported component
The text was updated successfully, but these errors were encountered: