Skip to content

Commit 0efd6cd

Browse files
committedNov 28, 2024·
Fix group coming through as attribute
1 parent 860d551 commit 0efd6cd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎.changeset/spicy-buttons-raise.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@number-flow/react': patch
3+
---
4+
5+
Fix group coming through as attribute

‎packages/react/src/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ class NumberFlowImpl extends React.Component<
165165
data,
166166
willChange,
167167
isolate,
168+
group,
168169
digits,
169170
onAnimationsStart,
170171
onAnimationsFinish,

0 commit comments

Comments
 (0)
Please sign in to comment.