WrappedRoute: fix PageProps type to include children

environments/review-status-pag-48gavg/deployments/768
Alex Gleason 2 years ago
parent e402660bc1
commit 5386135112
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -13,6 +13,7 @@ import BundleContainer from '../containers/bundle_container';
type PageProps = { type PageProps = {
params?: MatchType['params'], params?: MatchType['params'],
layout?: any, layout?: any,
children: React.ReactNode,
}; };
interface IWrappedRoute extends RouteProps { interface IWrappedRoute extends RouteProps {

Loading…
Cancel
Save