0

我正在尝试将自定义历史记录与 react-router-native 一起使用,但出现此错误:

错误:不变量失败:浏览器历史记录需要 DOM

import {NativeRouter} from 'react-router-native';
import {createBrowserHistory} from 'history';
const history = createBrowserHistory();

const App = () => {
  return (
    <NativeRouter history={history}>
      ...
    </NativeRouter>
  )
}
4

0 回答 0