-
Notifications
You must be signed in to change notification settings - Fork 206
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
Fix #138, #139, #134, #144, #145, #147, #157, #158, #161, #162 #142
Fix #138, #139, #134, #144, #145, #147, #157, #158, #161, #162 #142
Conversation
Update: this PR fixes also issue #139 by which scoped function do not see The solution was to make scoped functions nested within the main render. The internal use of lodash templates ( I've changed the tests accordingly. As a further test, I've tried it with a large app of mine and all seems ok. |
Update 2: fixing also #134 |
This now fixes also #147. |
I think I'm done with bug fixing, so please @ganimomer | @idok can review this PR? |
fixing also #162 |
This PR checks that
rt-template
has a single child element. Previously no warning were given and only the first element was considered.It also fixes #138 when the child element is text element.