-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError: parameters.join is not a function #22
Comments
Do you have any more details on this? Based on what you've presented, an error is being thrown for essentially |
I have this error too what should i do? @aaronlord |
What parameters are you passing to the |
url to my route like |
The problem is you are not passing in the 2nd parameter so you are trying to call .join on null, try passing in an empty array url('home/index', []) |
why we are passing null as second argument? On Fri, Jan 15, 2016 at 4:31 PM, richiej053 [email protected]
WAQAS RAZA https://www.odesk.com/users/~0117b5cb460d5341a5 |
@richiej053 its actually join on an object. The problem is here:
If you don't pass any parameter an empty object is assigned by default. In next step there is a check if parameters variable is empty:
But its not. |
@3amprogrammer I think it's a mistake and should be fixed. |
2 years... Thx! |
Still not fixed? |
/js/laroute.js:24
L5.1
"lord/laroute": "^2.1"
The text was updated successfully, but these errors were encountered: