Fix for locale suggestions links losing query string#102075
Conversation
Jetpack Cloud live (direct link)
Automattic for Agencies live (direct link)
|
|
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser: Sections (~4 bytes added 📈 [gzipped]) DetailsSections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to. Legend What is parsed and gzip size?Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory. Generated by performance advisor bot at iscalypsofastyet.com. |
|
This PR modifies the release build for the following Calypso Apps: For info about this notification, see here: PCYsg-OT6-p2
To test WordPress.com changes, run |
client/landing/stepper/declarative-flow/internals/steps-repository/__user/index.tsx
Outdated
Show resolved
Hide resolved
…tory/__user/index.tsx Co-authored-by: Omar Alshaker <omar@omaralshaker.com>
Fix for BSKY-202
When we have a localized flow, we are losing query string when switching to a different locale like suggested here. We are relying on this query string to pass along the prompt information.:
Testing instructions