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
I have encountered a similar issue where the this.render function is not passing data correctly when both the origin and destination templates are the same.
For example, the following calls do not pass any data when navigating from one route to another:
When using this packag with the rc
3.11.0-rc300.1
and Blaze 3.0.0 I get multiple issues when doing templating with regions:this.render
is not available inwhileWaiting
{{> yield}}
is not foundthis.render
inaction
is defined but does not render anythingReverting to 3.9.0 (which was used before we started migrating) works without issues.
The text was updated successfully, but these errors were encountered: