-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
Hey, do you have any idea on how this plugin could support refs? Functional components don't support refs, so out of the box, it's not possible to simply write <CloseSvg ref={node => this.node = node} />
. Switching to a class component could work. Supporting some form of innerRef
property could also work. What is your opinion on the matter?
Metadata
Metadata
Assignees
Labels
No labels