如何在玩笑+酶方面更深入地研究ForwardRef?我有功能组件,该组件呈现依赖状态的某些内容(useState),但是我无法测试呈现的内容,也无法检查功能组件中的状态和逻辑。我正在使用酶中的mount
wrappper.debug():
<BmPopper open={false} placement="bottom-start" anchorEl={{...}} transition={true} className="makeStyles-popper-1009">
<ForwardRef(Popper) open={false} placement="bottom-start" anchorEl={{...}} transition={true} className="makeStyles-popper-1009" />
</BmPopper>