-
-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
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
#551 fix #634
Comments
This error is required because it means that |
If this doesn’t help you (on 0.9.0-beta.2), I’ll need a reduced test case to move forward here! |
The |
Awesome! Thank you for testing! This will go out with 0.9.0 starting with beta 2 |
With 11ty 0.9.1-beta release to try, I had a glance at the source code to find a fix to my #551 issue .
Removing the empty template content test (
if (!this._templateContent)
) intemplateContent
getter function removes the error ( Template.js lines 450-459).Actually, is this content test necessary? Is there a reason to not simply return
this._templateContent
?The text was updated successfully, but these errors were encountered: