pmndrs / react-three-a11y

♿️ Accessibility tools for React Three Fiber

Home Page:https://docs.pmnd.rs/a11y/introduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retrieve position of A11y children in a more convenient way

AlaricBaraou opened this issue · comments

At the moment, the <A11y /> component retrieve the position on the prop of its first children.

Often that first children don't have the position prop, causing the dom position to be wrong and forcing the developer to specify that position.

Not convenient, sure have place for improvement.