Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change index to not required #574

Merged
merged 2 commits into from Aug 23, 2019
Merged

change index to not required #574

merged 2 commits into from Aug 23, 2019

Conversation

Sleaf
Copy link
Contributor

@Sleaf Sleaf commented Aug 22, 2019

No description provided.

@@ -2,7 +2,7 @@ import * as React from 'react';
import PropTypes from 'prop-types';
import { setDisplayName } from 'recompose';
import classNames from 'classnames';
import { defaultProps, getUnhandledProps, prefix } from '../utils';
import { defaultProps, getUnhandledProps, prefix, getUUID, getNotNullValue } from '../utils';
import { ListContext } from './List';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getUUID , getNotNullValue 声明了,但是没有使用

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

忘记删了。。。

@simonguo simonguo merged commit a07e5aa into rsuite:next Aug 23, 2019
@simonguo simonguo added this to the v4 milestone Sep 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants