-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Render query isn't working #58
Comments
And ifnot query is not correctly working |
Here is my console with errors |
Yeah. I understand now. The console messages are not correct but I have already fixed them couple of weeks ago but they are still not part of any release. I will create a release next week. For the error <ul data-query="each([1, 2, 3])">
<!-- render() could be used here -->
<li data-query="render(true)"></li>
</ul> |
Ok, understood. But what about ifnot query? |
|
Ok, thank you. Closed |
Seems to me that the ability to conditionally not render elements in a view based on values from the view instead of just having to use |
In this case I'm not using server-side rendering, was just looking for a solution the client-side that would allow me to exclude the element conditionally. A case would be if I loaded some data from localstore after a route change let's say and wanted to not include an element conditionally. I can see how in most cases |
Ahaa. Ok. I understand now. I agree and have created an issue for this here. |
👍 Really enjoying working with this framework, thank you for all your effort. |
No description provided.
The text was updated successfully, but these errors were encountered: