You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(frame-router): fix double-slash in host URL processing when path is /
The way we process host URLs before passing to the client triggers a corner case where the native
URL type silently ignores certain changes to the `pathname` field. This results in a bug where a
path of `/` is represented to client apps as `//`.
COMUI-4108
0 commit comments