-
-
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
Error TemplateContentUnrenderedTemplateError
in incremental mode
#3410
Comments
Experiencing same issue since upgrading to 3.0.0-beta.1 |
Successfully reproduced using provided test case, thank you! |
Shipping with 3.0.0-beta.2 and 3.0.0-alpha.19 |
I got the same error on 3.0.0 Trying to generate pages from a collection in I have this in a
if i update
i have this line in the
if i remove this line from the njk files, things get updated correctly (although it seems that the updated content isn’t updated, i need to stop/restart eleventy to see the changes). |
Confirm. This bug is reproduced in |
Operating system
MacOS Sonoma 14.6
Eleventy
3.0.0-beta.1
Describe the bug
In incremental mode i am getting an error
TemplateContentUnrenderedTemplateError: Tried to use templateContent on unrendered template
, when i try to edit file, that hascontent
ortemplateContent
getter:Reproduction steps
npm run dev:incremental
feed.njk
Expected behavior
Behavior as in watch mode without incremental.
Reproduction URL
https://stackblitz.com/edit/stackblitz-starters-5wrmek?file=src%2Farticles%2Ffeed.njk
Screenshots
No response
The text was updated successfully, but these errors were encountered: