-
-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
Description
Can someone please help me understand why this.path
is set to undefined
?
Line 43 in 2e7fb67
this.path = undefined |
I had checked the router Layer, and the path was undefined
in almost every route, that shouldn't be the case, right?
While I don't know the reason of it being set to undefined
initially, I can suggest it should be set to path
. I have noticed that the path
on Layer is no longer undefined if we set,
this.path = path;
Instead, it gets correct path such as /users
or whatever the path actually is.
ex1st, hanse and spamshaker