Commit a6fe134
The Ult
fix(angular): treat falsy defaults as present in prop partitioning
Use a nullish check (== null) instead of a truthiness check when deciding
whether a required non-body prop has no default value.1 parent e684a65 commit a6fe134
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments