@esmx/router 3.0.0-rc.16 → 3.0.0-rc.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/utils/path.ts CHANGED
@@ -321,7 +321,8 @@ export function isPathWithProtocolOrDomain(
321
321
  try {
322
322
  url = normalizeUrl(url, {
323
323
  stripWWW: false,
324
- removeQueryParameters: false
324
+ removeQueryParameters: false,
325
+ sortQueryParameters: false
325
326
  });
326
327
  } catch (error) {
327
328
  try {