Relative Content

Tag Archive for reactjsreact-hooksweb-component

React with Web Components custom Methods Race Condition?

I am using web components, the component has a .selectItem() method, and I am hitting it from the ref from useRef. The problem I am running into is that I can’t use that method later in my code unless I try and run it once.