📜  类型“{}”缺少类型“RouteComponentProps<{}、StaticContext、未知>”中的以下属性:历史、位置、匹配 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:53.357000             🧑  作者: Mango

代码示例1
const LandingFrame = (props: RouteComponentProps<{}>) => {
    return (
        
    );
}