+2
-2
@@ -204,4 +204,4 @@ import { parse } from 'regexparam'; | ||
| // the new router is no different from the parent, use parent | ||
| if (option !== parent[k]) value = next; | ||
| // the new router is no different from the parent or from the memoized value, use parent | ||
| if (option !== parent[k] || option !== value[k]) value = next; | ||
| } | ||
@@ -208,0 +208,0 @@ |
+1
-1
| { | ||
| "name": "wouter", | ||
| "version": "3.7.0", | ||
| "version": "3.7.1", | ||
| "description": "Minimalist-friendly ~1.5KB router for React", | ||
@@ -5,0 +5,0 @@ "type": "module", |
68279
0.07%