diff --git a/server/middleware/reactApplication/ServerHTML.js b/server/middleware/reactApplication/ServerHTML.js index 847160c7..9be92d4f 100644 --- a/server/middleware/reactApplication/ServerHTML.js +++ b/server/middleware/reactApplication/ServerHTML.js @@ -43,8 +43,9 @@ function ServerHTML(props) { const { asyncComponentsState, helmet, nonce, reactAppString } = props; // Creates an inline script definition that is protected by the nonce. - const inlineScript = body => -