useBuildsCount function
Tracks component's builds count including the first build.
Implementation
int useBuildsCount() {
return ++useRef(0).value;
}
Tracks component's builds count including the first build.
int useBuildsCount() {
return ++useRef(0).value;
}