The react server renders the version 4.4 used for routing, and the main entry file cannot receive props

react server rendering, props can not find the error, is there any way to solve this props error problem?
main entry file

import React from "react";
import { renderRoutes } from "react-router-config";

const RootApp = (props) => {
console.log(props)
return (
<div>
{renderRoutes(props.route.routes)}
</div>
);
};

export default RootApp;

Mar.15,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3f0b3-2c459.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3f0b3-2c459.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?