huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
241 stars 80 forks source link

6824 - Silence warnings for React 19 deprecated APIs #6825

Closed mfacar closed 5 months ago

mfacar commented 5 months ago

fixes #6824

PR checklist:

QA checklist:

mfacar commented 5 months ago

@Zasa-san, I think it is possible to call a console.warn but it would imply having the same hundreds of messages in the browser console, maybe is better to keep the warnings in the server terminal while we start planning the upgrade to React 19, which was already released as RC a month ago.

Zasa-san commented 5 months ago

@Zasa-san, I think it is possible to call a console.warn but it would imply having the same hundreds of messages in the browser console, maybe is better to keep the warnings in the server terminal while we start planning the upgrade to React 19, which was already released as RC a month ago.

Makes sense! 👍

mfacar commented 5 months ago

Information extraction cypress tests consistently fail across all the PRs, so ignoring that suite