numerique-gouv / people

Teams management application
MIT License
13 stars 1 forks source link

🐛(app-desk) fix fetchPriority warning #215

Closed AntoLC closed 4 months ago

AntoLC commented 4 months ago

Purpose

The upgrade to react@18.3.1 has a compatibility issue with next@14.2.3. It creates a error warning about the fetchPriority prop. This PR fixes the issue by downgrading react to 18.2.0 as it was before the last upgrade.

Proposal