🧭 fix: Drop v6-Only MemoryRouter future Prop from Skill Markdown Spec (#14588)
Some checks are pending
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run
GitNexus Index / index (push) Waiting to run
GitNexus Index / post-index (push) Blocked by required conditions

This commit is contained in:
Danny Avila 2026-08-01 18:35:09 -04:00 committed by GitHub
parent 2fb03118bb
commit 105f0c6236
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,10 +11,7 @@ function LocationProbe() {
function renderMarkdown(content: string, currentFilePath = 'SKILL.md') {
return render(
<MemoryRouter
initialEntries={['/skills/skill-id']}
future={{ v7_startTransition: true, v7_relativeSplatPath: true }}
>
<MemoryRouter initialEntries={['/skills/skill-id']}>
<SkillMarkdownRenderer
content={content}
skillId="skill-id"