需要监听Drawer中滚动条事件,设置ref获取组件对象时提示 Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()
, 且ref值也是空的。
看了下源码因为使用了withConfigConsumer才使Class Component变成了Function Component,原版rc-drawer设置ref没问题。
不在外面加一层Container的情况下,怎么方便拿到Drawer组件对象?