Skip to content

Commit

Permalink
Merge pull request #2 from StMelik/master
Browse files Browse the repository at this point in the history
fix: Warning: React does not recognize the `forceActivate` prop on a DOM element.
  • Loading branch information
mrShturman authored Nov 29, 2022
2 parents 4d55b83 + a8ba59d commit 1392a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-custom-scrollbars",
"version": "4.2.2",
"version": "4.2.3",
"description": "React scrollbars component",
"main": "lib/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/Scrollbars/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ export default class Scrollbars extends Component {
autoHeightMax,
style,
children,
forceActivate,
...props
} = this.props;
/* eslint-enable no-unused-vars */
Expand Down

0 comments on commit 1392a33

Please sign in to comment.