Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NoInfer to DataGrid & TreeDataGrid prop types #3512

Merged
merged 3 commits into from
May 16, 2024
Merged

Add NoInfer to DataGrid & TreeDataGrid prop types #3512

merged 3 commits into from
May 16, 2024

Conversation

nstepien
Copy link
Contributor

@nstepien nstepien commented May 16, 2024

@nstepien nstepien self-assigned this May 16, 2024
Copy link

codecov bot commented May 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.21%. Comparing base (59eed81) to head (b604f04).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3512   +/-   ##
=======================================
  Coverage   98.21%   98.21%           
=======================================
  Files          47       47           
  Lines        5087     5098   +11     
  Branches      723      723           
=======================================
+ Hits         4996     5007   +11     
  Misses         91       91           
Files Coverage Δ
src/DataGrid.tsx 99.35% <100.00%> (+<0.01%) ⬆️
src/TreeDataGrid.tsx 95.92% <100.00%> (+0.02%) ⬆️

@nstepien nstepien marked this pull request as ready for review May 16, 2024 16:15
@nstepien nstepien merged commit f2ec7b8 into main May 16, 2024
3 checks passed
@nstepien nstepien deleted the noinfer branch May 16, 2024 16:18
@dalmolinz
Copy link

dalmolinz commented May 29, 2024

Edit: Fixed after updating my project's typescript to >= 5.4

this has completely killed type checking in most if not all callbacks

beta.44: no typecheck
image
image

beta.43: typecheck works
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants