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

[BUG]Wrong export index.ts #7

Closed
mebrahemi opened this issue Dec 7, 2020 · 2 comments
Closed

[BUG]Wrong export index.ts #7

mebrahemi opened this issue Dec 7, 2020 · 2 comments

Comments

@mebrahemi
Copy link

hi
export { default as DatePicker } from './calendar/date-picker';
export { default as RangePicker } from './calendar/date-picker'; // <------- must be export { default as RangePicker } from './calendar/range-picker'
...
becuase of this, RangePicker doesn't work.

@samsam-ahmadi
Copy link
Owner

Hi @mebrahemi, Yeah sorry about that, I had busy days and couldn't upgrade this package, But I will look at this and will fix the problems.

Thanks for your help and feel free to create PR.

@mebrahemi
Copy link
Author

Thank you so much.

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

No branches or pull requests

2 participants