istg how is there no event to check when this component finished loading data and rendering
i cant use its js api the way i need until its done with that, so i could either poll it to see if its done yet or i could dick around with mutation observers again. both of which are terrible solutions, especially because this crap is supposed to be declarative and javascript is already taboo in a lot of cases
i cant use its js api the way i need until its done with that, so i could either poll it to see if its done yet or i could dick around with mutation observers again. both of which are terrible solutions, especially because this crap is supposed to be declarative and javascript is already taboo in a lot of cases