mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
🧭 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
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:
parent
2fb03118bb
commit
105f0c6236
1 changed files with 1 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue