fix: handle type errors in build
This commit is contained in:
@@ -69,7 +69,7 @@ describe("Reader Page", () => {
|
||||
}),
|
||||
);
|
||||
|
||||
const {container} = render(
|
||||
render(
|
||||
<MemoryRouter initialEntries={[`/read/${mockPublicId}#${sharingKey}`]}>
|
||||
<Routes>
|
||||
<Route path="/read/:public_id" element={<Reader />} />
|
||||
|
||||
Reference in New Issue
Block a user