Closed naaajii closed 1 year ago
Please check if your PR fulfills the following requirements:
What kind of change does this PR introduce?
[x] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Build related changes [ ] CI related changes [ ] Documentation content changes [ ] Other... Please describe:
Issue Number: #130
currently it lets components properties such as height, width and color to have falsy values in styling.
it doesn't update the properties unless the property isn't falsy & keeps last valid property.
[ ] Yes [x] No
Run & review this pull request in StackBlitz Codeflow.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #130
currently it lets components properties such as height, width and color to have falsy values in styling.
What is the new behavior?
it doesn't update the properties unless the property isn't falsy & keeps last valid property.
Does this PR introduce a breaking change?
Other information