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
The purpose of this task is to investigate pages freezing locally during hot module replacement.
Steps to reproduce:
Open the terminal and run yarn to install dependencies.
Build all local dependency packages: yarn workspaces foreach -Rpti --from @elastic/eui-website run build.
Start the local development server: yarn start.
Go to any page in the new docs.
Make changes in the code of the docs (tip: if you scroll to the bottom and click on "Edit this page", it's going to redirect you to the source of the page).
Current behavior:
The page freezes for a significant time (sometimes for several seconds).
Expected behavior:
The page doesn't freeze or freezes for much less time that doesn't impair local development.
The text was updated successfully, but these errors were encountered:
weronikaolejniczak
changed the title
[EUI+] Investigate pages freezing on dev during hot module reload
[EUI+] Investigate pages freezing on dev during HMR
Nov 18, 2024
The purpose of this task is to investigate pages freezing locally during hot module replacement.
Steps to reproduce:
yarn
to install dependencies.yarn workspaces foreach -Rpti --from @elastic/eui-website run build
.yarn start
.Current behavior:
The page freezes for a significant time (sometimes for several seconds).
Expected behavior:
The page doesn't freeze or freezes for much less time that doesn't impair local development.
The text was updated successfully, but these errors were encountered: