We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982ac36 commit 192bb4fCopy full SHA for 192bb4f
2 files changed
.changeset/itchy-heads-search.md
@@ -0,0 +1,5 @@
1
+---
2
+"@itwin/saved-views-react": patch
3
4
+
5
+Fix for viewDetails when a view has a clip plane
packages/saved-views-react/src/translation/viewDetailsLegacyExtractor.ts
@@ -53,7 +53,7 @@ export function extractViewDetails3dFromLegacy(
53
clipGroup.clipVectors = clipGroup.clipVectors?.filter(isValidClipPrimitive);
54
}
55
56
- return viewDetails;
+ return output;
57
58
59
const modelClipGroupLegacyMappings = [
0 commit comments