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](https://github.com/veliovgroup/flow-router/blob/master/docs/templating-with-regions.md): - `this.render` is not available in `whileWaiting` - `{{> yield}}` is not found - `this.render` in `action` is defined but does not render anything Reverting to 3.9.0 (which was used before we started migrating) works without issues.