There was an error while loading. Please reload this page.
1 parent 4c0cd50 commit 1060ce5Copy full SHA for 1060ce5
1 file changed
packages/cli/cli/changes/unreleased/fix-audience-filtering-transitive-types.yml
@@ -0,0 +1,6 @@
1
+- summary: |
2
+ Fix x-fern-audiences filtering dropping transitively-referenced named types when an outer
3
+ schema reaches its descendants through a chain of $refs. Audience filtering now walks the
4
+ full type-dependency closure instead of a single level, so deeply nested object types are
5
+ preserved in the docs IR and no longer render as `any` in the docs site.
6
+ type: fix
0 commit comments