You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to run the examples I noticed I was getting a "Path is undefined". Looks like a minor typo on line 154 of modules/PathUtils.js introduced in commit 4a8b756:
return Path.withoutQuery(path);
should be
return PathUtils.withoutQuery(path);
The text was updated successfully, but these errors were encountered:
When I tried to run the examples I noticed I was getting a "Path is undefined". Looks like a minor typo on line 154 of modules/PathUtils.js introduced in commit 4a8b756:
should be
The text was updated successfully, but these errors were encountered: