diff --git a/docs/docs/03-syntax-and-usage/14-context.md b/docs/docs/03-syntax-and-usage/14-context.md index fdf727771..4b2c560b9 100644 --- a/docs/docs/03-syntax-and-usage/14-context.md +++ b/docs/docs/03-syntax-and-usage/14-context.md @@ -134,6 +134,10 @@ templ themeName() { } ``` +:::note +As of v0.2.731, Go's built in `context` package is no longer implicitly imported into .templ files. +::: + ## Using `context` with HTTP middleware In HTTP applications, a common pattern is to insert HTTP middleware into the request/response chain.