Skip to content

Release 4.2.3

Compare
Choose a tag to compare
@pierpo pierpo released this 08 Mar 00:09
· 8 commits to master since this release

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>
)