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