docs icon indicating copy to clipboard operation
docs copied to clipboard

[Docs Bug 🐞 report]: hugo warning: calling IsSet with unsupported type "ptr" will always return false

Open deining opened this issue 10 months ago • 0 comments

Describe the bug you found in LocalStack Docs.

When previewing localstock docs with latest hugo version 0.147.0, a warning is printed out:

WARN  calling IsSet with unsupported type "ptr" (*hugolib.pageState) will always return false.

Attach any resources that can help us understand the issue.

This is the offending line that causes the warning:

https://github.com/localstack/docs/blob/362d7e50642d9144824ed754392dc5c0caeab8e2/layouts/partials/developer-hub/applications.html#L2

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

deining avatar Apr 29 '25 20:04 deining