theKashey / react-focus-on

🎯 Solution for WAI ARIA compatible modal dialogs or full-screen tasks, you were looking for
MIT License
333 stars 14 forks source link

Bumping react-focus-lock to 2.9.4 #70

Closed endpoint-vtsang closed 1 year ago

endpoint-vtsang commented 1 year ago

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 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 focus-lock@0.11.6, but requires bumping react-focus-lock@2.9.4 to resolve the issue in this package.