laug
Results
2
issues of
laug
This is a rebasing of PR #3988 by @maranomynet on top of the current main branch. Some minor changes relative to the commits in #3988: * changed `assert` to `expect`...
api break
Throughout `index.tsx` there are many instances of code similar to the below: ``` onChange ? onChange(changedDate, event) : DatePicker.defaultProps.onChange; ``` This is problematic for several reasons: - The 'else' line...