Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
React 17 全部事件 DOMAttributes Events
在 React 中获取元素的属性值,包括自定义属性值。目前有 2 种方法,方法 1 使用 getAttribute 函数,可获取任意属性值;方法 2 使用 dataset 属性,只能获取以 data-* 设置的自定义属性。