unyt-org / uix

The UIX Framework
https://uix.unyt.org
MIT License
54 stars 3 forks source link

Remove uix-ptr attributes from DOM elements after hydration #151

Open benStre opened 2 months ago

benStre commented 2 months ago

The "uix-ptr" attribute are set to bind elements to pointers. But they lead to a very convoluted DOM tree view in the dev console. It would be nice if the pointer id information is stored only as element properties, not as attributes after the initial html load