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

bump react-focus-lock version #71

Closed endpoint-vtsang closed 1 year ago

endpoint-vtsang commented 1 year ago

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.

closes 70

theKashey commented 1 year ago

Hopefully, next update should move focus-lock above v1 and that would resolve problem with, technically speaking, pinned version of this dependency. But since then - let's address the problem as we could.

theKashey commented 1 year ago
theKashey commented 1 year ago

v3.8.2 has been released