Release 4.2.3
Features
- Expose
ArcherContainerRef
type for TypeScript. You may now use the ArcherContainer ref properly with TypeScript.
const archerRef = useRef<ArcherContainerRef>(null)
return (
<ArcherContainer ref={archerRef}>{children}</ArcherContainer>
)