Skip to content

Commit 41b4467

Browse files
authored
chore: fix extra order (#221)
1 parent ff9062f commit 41b4467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filler.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ const Filler = React.forwardRef(
8686
ref={ref}
8787
{...innerProps}
8888
>
89-
{extra}
9089
{children}
90+
{extra}
9191
</div>
9292
</ResizeObserver>
9393
</div>

0 commit comments

Comments
 (0)