mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
Fixed children Flow type for layout template
This commit is contained in:
@@ -25,7 +25,7 @@ import 'css/reset.css';
|
||||
import 'css/algolia.css';
|
||||
|
||||
type Props = {
|
||||
children: any, // I don't think this is a Node type
|
||||
children: Function,
|
||||
location: Location,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user