We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes Iron.Location.get() has empty strings for host, pathname, etc. I have no idea about the condition though...
The text was updated successfully, but these errors were encountered:
It seems that on first page load it work, but if the function is called again. I use it inside Iron Router
data: function() { let hostname = Iron.Location.get().hostname;
the first time the data function is called, it works, but if a reactive data source changes, it doesn't anymore.
Sorry, something went wrong.
No branches or pull requests
Sometimes Iron.Location.get() has empty strings for host, pathname, etc.
I have no idea about the condition though...
The text was updated successfully, but these errors were encountered: