diff --git a/package.json b/package.json index 074778f31..426087f5e 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,6 @@ "remark-attr": "^0.8.3", "remark-emoji": "^2.0.1", "remark-react": "^4.0.3", - "remark-squeeze-paragraphs": "^3.0.3", "render-media": "^3.1.0", "reselect": "^3.0.0", "sass-loader": "^7.1.0", @@ -176,6 +175,7 @@ "three": "^0.93.0", "three-full": "^17.1.0", "tree-kill": "^1.1.0", + "uniqid": "^5.0.3", "unist-util-visit": "^1.4.1", "video.js": "^7.2.2", "villain": "btzr-io/Villain", diff --git a/src/ui/component/button/view.jsx b/src/ui/component/button/view.jsx index d1c8c89a0..e023edf18 100644 --- a/src/ui/component/button/view.jsx +++ b/src/ui/component/button/view.jsx @@ -7,6 +7,7 @@ import { formatLbryUriForWeb } from 'util/uri'; import { OutboundLink } from 'react-ga'; type Props = { + id: ?string, href: ?string, title: ?string, label: ?string, @@ -37,6 +38,7 @@ class Button extends React.PureComponent { render() { const { + id, onClick, onMouseEnter, onMouseLeave, @@ -109,6 +111,7 @@ class Button extends React.PureComponent { return path ? ( { ) : (