diff --git a/app/components/DropToImport.js b/app/components/DropToImport.js index 0311bd3a..94e116be 100644 --- a/app/components/DropToImport.js +++ b/app/components/DropToImport.js @@ -23,6 +23,7 @@ type Props = { location: Object, match: Object, history: Object, + staticContext: Object, }; export const GlobalStyles = createGlobalStyle` @@ -81,6 +82,7 @@ class DropToImport extends React.Component { location, match, history, + staticContext, ...rest } = this.props;