refactor(web): replace CRA with Vite
This commit is contained in:
@@ -73,7 +73,7 @@ export default function Flows() {
|
||||
const getPathWithSearchParams = (page) => {
|
||||
const searchParamsObject = objectifyUrlSearchParams(searchParams);
|
||||
|
||||
const newSearchParams = new URLSearchParams({
|
||||
const newSearchParams = new window.URLSearchParams({
|
||||
...searchParamsObject,
|
||||
page,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user