docs/plans/2026-03-27-review-liangzr-findpath-perf-v2.md
Add the missing static-render path coverage to PR #4903, verify it with the repo's build-first sequence, then commit, push, and merge the PR.
path only reaches element rendering; static text/leaf renderers still hit getRenderNodeStaticProps without a path and can fall back to findPath.docs/solutions/ match for this specific static render path issue.critical-patterns.md was not present under docs/solutions/patterns/.bun test packages/core/src/static/components/PlateStatic.spec.tsx failed with text findPath should not be needed during static render.path through LeafStatic, RenderLeafProps, RenderTextProps, pluginRenderLeafStatic, and pluginRenderTextStatic.pnpm installpnpm turbo build --filter=./packages/corepnpm turbo typecheck --filter=./packages/corepnpm lint:fixbun test packages/core/src/static/components/PlateStatic.spec.tsx packages/core/src/static/pluginRenderLeafStatic.spec.tsx packages/core/src/static/pluginRenderTextStatic.spec.tsx packages/core/src/static/utils/getRenderNodeStaticProps.spec.tspnpm checkfindPath.