diff --git a/packages/react-scripts/layout/views/layout.ejs b/packages/react-scripts/layout/views/layout.ejs index 67b19a40fdf..f216e1e7b4b 100644 --- a/packages/react-scripts/layout/views/layout.ejs +++ b/packages/react-scripts/layout/views/layout.ejs @@ -49,7 +49,7 @@ SERVER_DATA.baseUrl = "<%= process.env.BASE_URL %>" SERVER_DATA.sgBaseUrl = "<%= process.env.SG_BASE_URL %>" SERVER_DATA.splitioAuthKey = "<%= process.env.SPLITIO_AUTH_KEY %>" - SERVER_DATA.geoData = <%- typeof geoData !== 'undefined' ? JSON.stringify(geoData) : '' %>; + SERVER_DATA.geodata = <%- typeof geodata !== 'undefined' ? JSON.stringify(geodata) : JSON.stringify({}) %>; <% include partials/experiments %> <% include partials/sentry %> diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index e0dff06695a..938c02cc16a 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@fs/react-scripts", - "version": "6.0.5", + "version": "6.0.6", "upstreamVersion": "4.0.3", "description": "Configuration and scripts for Create React App.", "repository": {