New in v0.162.0. Reference: <https://discourse.gohugo.io/t/error-while-building-theme-hugo-1-62/57212/> This code: ```text {{ .Store.Set "foo" dict }} {{ .Store.SetInMap "foo" "answer" "42" }} ``` Throws this error: > error calling SetInMap: assignment to entry in nil map New behavior introduced in <https://github.com/gohugoio/hugo/pull/14924>.
New in v0.162.0.
Reference: https://discourse.gohugo.io/t/error-while-building-theme-hugo-1-62/57212/
This code:
Throws this error:
New behavior introduced in #14924.