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
When using FocusTrap component in a typescript project I get the following error:
error TS2605: JSX element type 'FocusTrap' is not a constructor function for JSX elements.
Type 'FocusTrap' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.
Component.tsx(63,7): error TS2607: JSX element class does not support attributes because it does not have a 'props' property.
The text was updated successfully, but these errors were encountered:
When using FocusTrap component in a typescript project I get the following error:
The text was updated successfully, but these errors were encountered: