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
Hello, I have been using FocusLock for a while here. Recently, I have been changing my workflow to Deno 2.0.0. I am getting type check errors:
JSX element type 'FocusLock' does not have any construct or call signatures.deno-ts(2604)
and
'FocusLock' cannot be used as a JSX component.
Its type 'typeof import("file:///E:/Code/EEsim/node_modules/.deno/[email protected]/node_modules/react-focus-lock/dist/cjs/index")' is not a valid JSX element type.deno-ts(2786)
I am not sure if this is Deno related or has happened in a recent update. Also, functionally, the focus lock doesn't seem to work on the UI element.
The text was updated successfully, but these errors were encountered:
This issue has been marked as "stale" because there has been no activity for 2 months. If you have any new information or would like to continue the discussion, please feel free to do so. If this issue got buried among other tasks, maybe this message will reignite the conversation. Otherwise, this issue will be closed in 7 days. Thank you for your contributions so far.
Hello, I have been using FocusLock for a while here. Recently, I have been changing my workflow to Deno 2.0.0. I am getting type check errors:
and
I am not sure if this is Deno related or has happened in a recent update. Also, functionally, the focus lock doesn't seem to work on the UI element.
The text was updated successfully, but these errors were encountered: