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
I am using a react-focus-lock in a nextjs app and I am running an issue with the no shadowroot error in
next.js frameworks.
react-focus-on have a dependency on react-focus-lock which relies on focus-lock.
There is a bug in focus-lock":"0.11.5 which causes unit tests to fail with no shadowroot error in
next.js frameworks. The issue is resolved in [email protected], but requires bumping [email protected] to resolve the issue in this package.
The text was updated successfully, but these errors were encountered:
Hi,
I am using a react-focus-lock in a nextjs app and I am running an issue with the no shadowroot error in
next.js frameworks.
react-focus-on
have a dependency onreact-focus-lock
which relies onfocus-lock
.There is a bug in focus-lock":"0.11.5 which causes unit tests to fail with no shadowroot error in
next.js frameworks. The issue is resolved in
[email protected]
, but requires bumping[email protected]
to resolve the issue in this package.The text was updated successfully, but these errors were encountered: