Conflicting TS vs stricter linting ruleset for props with undefined value
Version
3.0.11
Reproduction link
Steps to reproduce
Execute the example code into a TS project
What is expected?
Defining a prop with default undefined
should result in an optional prop type
What is actually happening?
If default property is set, the prop won't be marked as optional, even with a default value of undefined