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