### 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
Describe the bug you found in LocalStack Docs.
When previewing localstock docs with latest hugo version 0.147.0, a warning is printed out:
Attach any resources that can help us understand the issue.
This is the offending line that causes the warning:
docs/layouts/partials/developer-hub/applications.html
Line 2 in 362d7e5
Code of Conduct