Skip to content

Commit 1ad9df2

Browse files
authored
add note about concat usage requiring capture patch (#2199)
1 parent e94c1ed commit 1ad9df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/known_issues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It would be lovely if we could support rendering ViewComponents in Jekyll, as it
2929
3030
## Issues resolved by the optional capture compatibility patch
3131
32-
If you're experiencing issues with duplicated content or malformed HTML output, the capture compatibility patch may resolve these.
32+
If you're experiencing issues with duplicated content or malformed HTML output (such as using `concat` in a helper), the capture compatibility patch may resolve these.
3333

3434
[Set `config.view_component.capture_compatibility_patch_enabled` to `true`](https://viewcomponent.org/api.html#capture_compatibility_patch_enabled) to resolve these issues.
3535

0 commit comments

Comments
 (0)