You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As raised by @richtera - the library lacks Typescript definitions, and does not support the use of ref as our functional components need to make use of React.forwardRef.
Rewrite the project in Typescript.
Rewrite components in terms of React.forwardRef where needed.
As raised by @richtera - the library lacks Typescript definitions, and does not support the use of
refas our functional components need to make use ofReact.forwardRef.React.forwardRefwhere needed.See: