revert to react-router-dom 6.18.0 to bring blue tab line back

This commit is contained in:
MichaelDvP
2023-11-26 08:59:32 +01:00
parent 095255b9b7
commit 8898ec9419
7 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
import { useRequest, type Method } from 'alova';
import { useState } from 'react';
import { useBlocker } from 'react-router-dom';
import { unstable_useBlocker as useBlocker } from 'react-router-dom';
import { toast } from 'react-toastify';
import { useI18nContext } from 'i18n/i18n-react';