Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Relax React peerDependency to >=16 in powerbi-client-react

The current peerDependencies in powerbi-client-react specifies a strict React version.
I suggest relaxing this to ">=16" to improve compatibility.

Rationale:
1. Many enterprise projects run React 17 and cannot immediately upgrade to React 18
2. The PowerBI embed component doesn't use React 18-specific features
3. Many popular React libraries use ">=16" or ">=16.8" as their peer dependency range

Status: New