Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion packages/react-scripts/layout/views/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
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) : JSON.stringify({}) %>;
SERVER_DATA.isLoggedIn = <%= isLoggedIn %>
<% if (typeof skipSessionPrevalidation !== 'undefined' && !skipSessionPrevalidation) { %>
SERVER_DATA.isLoggedIn = <%= isLoggedIn %>
<% } %>
<% include partials/experiments %>
<% include partials/sentry %>
<% include partials/clientAppConfig %>
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fs/react-scripts",
"version": "8.8.1",
"version": "8.8.2",
"upstreamVersion": "5.0.1",
"description": "Configuration and scripts for Create React App.",
"repository": {
Expand Down