linkedpipes / dcat-ap-viewer

Viewer of DCAT-AP 2.0.1 compatible dataset metadata
MIT License
6 stars 6 forks source link

Fix React v16.13.0 warnings #177

Closed skodapetr closed 3 years ago

skodapetr commented 4 years ago

Update to React v16.13.0 brings new features and also new warning message:

Warning: Cannot update a component from inside the function body of a different component.

in order to address this warning, we need to update all relevant components. More information can be found at https://reactjs.org/blog/2020/02/26/react-v16.13.0.html