next-nprogress-bar
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -329,3 +329,3 @@ 'use strict'; | ||
var targetUrl = new URL(url, location.href); | ||
var currentUrl = new URL(Router.route, location.href); | ||
var currentUrl = new URL(location.href); | ||
if (shallowRouting && | ||
@@ -332,0 +332,0 @@ isSameURLWithoutSearch(targetUrl, currentUrl) && |
{ | ||
"name": "next-nprogress-bar", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "NextJS progress bar compatible with new app directory", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
76715