fossology / FOSSologyUI

Repository to hold the new UI framework for FOSSology built with React
https://fossology.github.io/FOSSologyUI/
GNU General Public License v2.0
49 stars 87 forks source link

`react-virtualized-tree` package causing warning in `/browse` page #221

Open soham4abc opened 2 years ago

soham4abc commented 2 years ago

Description

The following warning is being shown whenever the /browse page is rendered, Screenshot from 2022-06-14 08-15-59

How to reproduce

Run the UI project with the current backend and visit the /browse page after login and see the console.

Versions

Logs

Any logs

Warning: Legacy context API has been detected within a strict-mode tree.

The old API will be supported in all 16.x releases, but applications using it should migrate to the new version.

Please update the following components: TreeContainer

Discovered by @krishna9304 and @soham4abc

PTAL: @GMishx @shaheemazmalmmd @ag4ums @Shruti3004

anmolchhabra21 commented 8 months ago

Can I work on this @soham4abc?