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
For the full screen mode in the dashboards we should change from the react-fullscreenable package which is not longer maintained to the react-full-screen package for support of React 17. Currently we have a dependency problem because we are using React 17 and react-fullscreenable requires a peer of React 15 or React 16.
This problem is related to the security vulnerabilites that are mentioned in #341. React is "only" a dev dependency of react-fullscreenable so this problem is not critical to be solved. We should keep it in mind anyway.
In GitLab by @skolen on Oct 20, 2021, 11:00
For the full screen mode in the dashboards we should change from the react-fullscreenable package which is not longer maintained to the react-full-screen package for support of React 17. Currently we have a dependency problem because we are using React 17 and react-fullscreenable requires a peer of React 15 or React 16.
Related to #341
The text was updated successfully, but these errors were encountered: