Skip to content

Commit

Permalink
Fix grouping and excluding props not working for edge cases
Browse files Browse the repository at this point in the history
adeira-source-id: fe8f650e3c333d79f4677815bb7012a18f22907f
  • Loading branch information
itsdouges authored and triplex-bot committed Jan 12, 2025
1 parent f56bdc5 commit 9da997b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/slimy-flies-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@triplex/server": patch
---

Props are now grouped or excluded depending on data collected when analyzing an elements props. This includes: the element name, and where the prop type declarations live. If any data points to Three.js the component will have its props grouped for a Three.js component, else if it points to React it will be grouped as a React component, otherwise the props will not be grouped.

0 comments on commit 9da997b

Please sign in to comment.