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
All going great when included with {{> myTemplate}}. Kudos. But my app uses a lot of Blaze.renderWithData to render the state of the app, so no routers.
O couldn't get the BlazeComponent class matching with the template I'm rendering to trigger. Is it possible that I need to do extra actions to kick it off after a Blaze.render().?
The text was updated successfully, but these errors were encountered:
Will there also be something like Blaze.remove() or something alike? I'm asking, since I like the syntax a lot but need to convert a viewstack-like setup I had running in normal Blaze. I dynamically create and destroy views by Blaze.renderWithData() and Blaze.remove(). Curious if that is possible with purely components as well (or will be maybe).
All going great when included with {{> myTemplate}}. Kudos. But my app uses a lot of Blaze.renderWithData to render the state of the app, so no routers.
O couldn't get the BlazeComponent class matching with the template I'm rendering to trigger. Is it possible that I need to do extra actions to kick it off after a Blaze.render().?
The text was updated successfully, but these errors were encountered: