We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
3.11.0-rc300.1
this.render
whileWaiting
{{> yield}}
action
Reverting to 3.9.0 (which was used before we started migrating) works without issues.
The text was updated successfully, but these errors were encountered:
This also affects the creation of new projects using the --full option
--full
Sorry, something went wrong.
No branches or pull requests
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: