Skip to content

Commit

Permalink
chore: fix extra order (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Aug 18, 2023
1 parent ff9062f commit 41b4467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ const Filler = React.forwardRef(
ref={ref}
{...innerProps}
>
{extra}
{children}
{extra}
</div>
</ResizeObserver>
</div>
Expand Down

0 comments on commit 41b4467

Please sign in to comment.