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
run e2e docs with cd e2e && pnpm docs:dev (build is same)
But for downstream repos (tested on theme-hope and ecosystem, the watchers are not called in the same sequence:
Reproduction:
checkout to render-debug branch in ecosystem
built the project with pnpm build
run docs with cd docs && pnpm docs:dev (build is same)
This means any downstream plugins or theme can not read the page content DOM properly after navigating. For all the time, we are introducing a delay option for this.
Reproduction
See main text
Used Package Manager
pnpm
System Info
Not needed
The text was updated successfully, but these errors were encountered:
Description
For core e2e, watchers are called expected:
Reproduction:
render-debug
branchpnpm build
cd e2e && pnpm docs:dev
(build is same)But for downstream repos (tested on theme-hope and ecosystem, the watchers are not called in the same sequence:
Reproduction:
render-debug
branch in ecosystempnpm build
cd docs && pnpm docs:dev
(build is same)This means any downstream plugins or theme can not read the page content DOM properly after navigating. For all the time, we are introducing a delay option for this.
Reproduction
See main text
Used Package Manager
pnpm
System Info
The text was updated successfully, but these errors were encountered: