2.10.4
mac ox 10.11.6、chrome 58.0.3029.110、antd 2.10.4
https://codepen.io/cnchore/pen/KqwNjr
滚动 div,backtop可见,点击可返回顶部;
滚动 div,backtop不可见
The div
in your codepen is not even scrollable!
react 15 update 16.1.0
<BackToptarget={() => document.getElementById('backTop')}>
<div>
<Icon type="arrow-up" className='backTop' />
</div>
</BackTop>
Warning: Invalid value for prop target
on
what's happend?
got the same warning
seems to me that target
should be renamed to data-target
to better fit customer attribute naming convention.
the component works as expected though