Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix INP
durationThreshold
bug when set to 0 (#372)
When INP's `durationThreshold` was set to a value of `0`, it would actually ignore all values under 40 ms because the logical (||) operator was used. Use nullish coalescing operator instead to fix this bug.
- Loading branch information