**Describe the bug** Passing a parent ref doesn't work. The ref never updates. **Additional context** Component should be reworked to use React.forwardRef. In the meantime, you can get a "ref" by using `WPLF.manager.findFormsById`.
Describe the bug
Passing a parent ref doesn't work. The ref never updates.
Additional context
Component should be reworked to use React.forwardRef. In the meantime, you can get a "ref" by using
WPLF.manager.findFormsById.