• Eulyeon Ko's avatar
    Make startup.js to account for the param orders · 4b83d88f
    Eulyeon Ko authored
    When startup.js checks whether a API call has been prefetched or not,
    it uses a path string (e.g., /path?a=1&c=2) but this check can fail
    when the params listed in the path string in a different order.
    
    This MR uses options.sort for mergeUrlParams
    to sort the params in the requested path string to fix the above issue.
    4b83d88f
axios_startup_calls_spec.js 4.63 KB