You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<my-component>some text I want access to in react</my-component>
I assumed the text would be available as children in the react component, but it's not as far as I can tell. Can I access this.textContent somehow instead?