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
TS2322: Type 'MutableRefObject<HTMLElement | null>' is not assignable to type 'LegacyRef<HTMLDivElement> | undefined'. Type 'MutableRefObject<HTMLElement | null>' is not assignable to type 'RefObject<HTMLDivElement>'. Types of property 'current' are incompatible. Type 'HTMLElement | null' is not assignable to type 'HTMLDivElement | null'. Property 'align' is missing in type 'HTMLElement' but required in type 'HTMLDivElement'. lib.dom.d.ts(6327, 5): 'align' is declared here. index.d.ts(137, 9): The expected type comes from property 'ref' which is declared here on type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'
Bug Report
Describe the Bug
Im getting this error
Example of use
A clear and concise description of what the bug is.
How to Reproduce
Expected Behavior
Not to see the error
Screenshots
Add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: