Skip to content

useRef should be compatibles with lit-html's ref directive #65

@megheaiulian

Description

@megheaiulian

useRef should be compatibles with lit-html's ref directive

useRef should be compatibles with lit-html's ref directive so that we can take a ref from useRef and pass it to the directive.
Lit's refs use value and our uses current (in React).

We should implement this in a way that both value and current work and useRef could internally use createRef..

Metadata

Metadata

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions