-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
blog postFor issues/PRs primarily related to blog posts as opposed to the code of the siteFor issues/PRs primarily related to blog posts as opposed to the code of the site
Description
Proposed topic title:
React AS Prop
Topic description:
Topic already exists
Link to existing draft:
Part of series:
No response
Resources
Other Notes
React 19 released with support for ref as a prop. I use the As approach for component polymorphism in development. This article can be updated to add support for refs:
ComponentPropsWithoutRef<E> can be ComponentPropsWithoutRef<E> & {ref?: ComponentPropsWithRef<C>["ref"]}
Metadata
Metadata
Assignees
Labels
blog postFor issues/PRs primarily related to blog posts as opposed to the code of the siteFor issues/PRs primarily related to blog posts as opposed to the code of the site