microsoft / fluentui-contrib

Monorepo for contributor extension packages to Fluent UI
MIT License
29 stars 31 forks source link

chore: add react types and scheduler to reduce peerDependencies warnings #160

Closed Hotell closed 6 months ago

Hotell commented 6 months ago

We use react primarily as dependency but dont explicitly install TS types which is a mistake and violation of single version policy approach.

Also react components suite yells on peer dep violation.

this PR fixes both