Skip to content

Fix react-router-dom import#1

Open
jemyishai wants to merge 1 commit intobtholt:mainfrom
jemyishai:fix/react-router-dom-import
Open

Fix react-router-dom import#1
jemyishai wants to merge 1 commit intobtholt:mainfrom
jemyishai:fix/react-router-dom-import

Conversation

@jemyishai
Copy link
Copy Markdown

Replace 'react-router' import with 'react-router-dom'
BrowserRouter, Routes, and Route are exported from react-router-dom

Test plan

  • Verify that the
    application builds and runs
    without import errors
  • Confirm routing
    functionality works as
    expected

Adjusts runtime/build
error where the import was
referencing the wrong
package.

Replace incorrect 'react-router' import with 'react-router-dom'
as BrowserRouter, Routes, and Route are exported from react-router-dom
weltenseglr referenced this pull request in weltenseglr/mcp-issue-tracker Feb 26, 2026
Apply upstream fixes (PR #1 react-router-dom import, PR btholt#6 Safari
clipboard), make all hardcoded URLs/paths env-var driven (DATABASE_PATH,
CORS_ORIGINS, BETTER_AUTH_BASE_URL), rewrite MCP server from stdio to
Streamable HTTP transport, and containerize all three services (backend,
frontend, MCP) with multi-stage Dockerfiles.

Includes dev (Vite) and prod (nginx) compose files, systemd Quadlet
units for persistent server deployment, migration system hardening
(multi-statement SQL exec, empty migration skip, idempotent tracking
table), better-auth schema bootstrapping in entrypoint, and GET
/api/schema endpoint for containerized MCP server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant