biotope / biotope/biotope-element

split attributeChangedCallback in two functions

Open
#263 1 comment 0 reactions 1 assignee Claimed by @tiagomapmarques View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.