Skip to content

Commit

Permalink
Merge pull request #23 from seba5dev/main
Browse files Browse the repository at this point in the history
fix: change forwardRef to ref
  • Loading branch information
WickyNilliams authored Apr 12, 2024
2 parents 0034ba9 + 2df6961 commit 4f9bb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/frameworks.astro
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const CalendarDate = forwardRef(function CalendarDate(
return (
<calendar-date
ref={forwardRef}
ref={ref}
show-outside-days={showOutsideDays || undefined}
first-day-of-week={firstDayOfWeek}
{...props}
Expand Down

0 comments on commit 4f9bb6e

Please sign in to comment.