biotope / biotope/biotope-element
split attributeChangedCallback in two functions
Open
feature
- Dominant language
- TypeScript
- Stars
- 15
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
i liked @vascocosta-vi suggestion to split up
```
attributeChangedCallback(name, previous, current) {
super.attributeChangedCallback(name, previous, current);
console.log('third', name);
}
```
into two functions suggestion
attributeBeforeChangeCallback
attributeChangedCallback
@tiagomapmarques @SheepFromHeaven ?
Contributor guide
Assessment
This issue has not been assessed yet.