Closed asherlloyd closed 1 month ago
The basename was missing from the React Router, causing issues with page reloads.
basename
Edit: this also corrects a style change that didn't get added in #145.
Restores the missing basename property on the React Router.
Locally: via the React frontend using yarn dev and the built binary via yarn build in conjunction with the Django API.
Description
The
basename
was missing from the React Router, causing issues with page reloads.Edit: this also corrects a style change that didn't get added in #145.
Reason
Restores the missing
basename
property on the React Router.How this has been tested
Locally: via the React frontend using yarn dev and the built binary via yarn build in conjunction with the Django API.
Types of changes
Screenshots
Checklist: