Add React Router v7 future flags to routers

This commit is contained in:
beatz174-bit
2025-11-24 07:53:54 +10:00
parent 73c03b70cb
commit 4148214e80
8 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ vi.mock('../context/DBProvider', () => ({
describe('PickListsScreen sorting', () => {
it('sorts pick lists alphabetically by area name', () => {
render(
<MemoryRouter>
<MemoryRouter future={{ v7_startTransition: true, v7_relativeSplatPath: true }}>
<PickListsScreen />
</MemoryRouter>,
);