我正在努力为我的React/ExpressApp实施服务器端渲染-该应用程序实际上是根据需要工作的,但是我在服务器上收到警告match()和RouterContext我想理解和解决。基本上,在回调函数中match,论点(err,redirect,props)都评估为undefined.index.js(ExpressApproot):'usestrict'require('babel-register')({presets:['es2015','react']});constexpress=require('express')constpath=require('path')constapp=