Skip to content

Commit

Permalink
Merge pull request akiran#2349 from akiran/fix-2344
Browse files Browse the repository at this point in the history
Fixed akiran#2344. added asNavFor in default props
  • Loading branch information
akiran committed Feb 17, 2024
2 parents 0f95c7a + 9227178 commit 5a7c0a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions __tests__/regression/fix-2076.test.js

This file was deleted.

3 changes: 2 additions & 1 deletion src/default-props.js
Expand Up @@ -50,7 +50,8 @@ let defaultProps = {
useTransform: true,
variableWidth: false,
vertical: false,
waitForAnimate: true
waitForAnimate: true,
asNavFor: null
};

export default defaultProps;

0 comments on commit 5a7c0a8

Please sign in to comment.