eventespresso / barista

Javascript modules & tools for Event Espresso development
GNU General Public License v3.0
5 stars 1 forks source link

Remove Duplicate DOM Utility #1292

Open tn3rb opened 5 months ago

tn3rb commented 5 months ago

Declarations for getHTMLElementClientRect() are found in the following locations:

It appears that only the first declaration is used by packages/hooks/src/useRect.ts, so it makes sense to keep that version and delete the second... HOWEVER... the function itself seems to fit better logically into the second location considering it is a utility pertaining to the DOM 🤷🏻