You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One ugly of doing it is to fake the expected with context like following : Blaze.render(Blaze.renderNonReactive.call({parentView: {dataVar: {get: function(){ return {_arguments: ['MyTemplateName']} }}}}), $('#MyTemplateName')[0]);
best would be to alter current code and allow for both behavior but i'm not a fan of cofee
Is there a way to do it in javascript like for example Blaze.renderWithData to render a template?
The text was updated successfully, but these errors were encountered: