Mitar

Results 1633 comments of Mitar

BTW, you do not need the patch above anymore.

Yes. Just upgrade to 0.9.2 and use the `patch-template` branch of `dynamic-template`.

Hm. Can you make a small example where it breaks?

This is really strange. I think there is maybe some mismatch of versions you have? Do you have everything on your latest version? What does `.meteor/versions` say?

I suggest you use [Flow Router](https://github.com/kadirahq/flow-router). That one is the one I am using in my projects. See [example app here](https://github.com/mitar/council-app). I have some code made which would make Iron...

Example of a discussion and example code is in #49 which talks about various issues with different types of equality.

Additional thing to limit is inside autoruns, as described in computed field package README. And another one is if you need just a subset of (or clearly defined/limited) data context...

You should check tests for Blaze Components itself. :-) I think they do similar things. You can render it, and then inspect the output.

You can also do `renderComponentToHTML()`, then parse it with jQuery (`$.parseHtml`), and then use selectors to investigate the state of it. So that you do not have to be messing...