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
[11ty] Unhandled rejection in promise:
[11ty] Tried to use templateContent too early on ./content/2020s/2023-studio-wall/index.md (via TemplateContentPrematureUseError)
Operating system
macOS 15.2
Eleventy
3.0.0
Describe the bug
Content of that post:
Reproduction steps
I get the error when I first run
npx @11ty/eleventy --serve
(dev). That's the only post that gives that error.If I comment out the data line...
... it will actually start and serve the page, with the file created date. I can then uncomment the
date:
line and it rerenders and fixes the date.It only throws on initial start.
npx @11ty/eleventy
(build) hits the same error.This is different than #3136 because it happens on startup, not rerender.
Expected behavior
No response
Reproduction URL
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: