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

[antd: Select] showArrow is deprecated #60

Closed
vugardadalov opened this issue Sep 13, 2023 · 5 comments
Closed

[antd: Select] showArrow is deprecated #60

vugardadalov opened this issue Sep 13, 2023 · 5 comments
Assignees

Comments

@vugardadalov
Copy link

Describe the bug
In the latest antd version showArrow prop of Select component is deprecated.

To Reproduce

import { Cron } from 'react-js-cron';

import 'react-js-cron/dist/styles.css';

function Cronn() {
  const setValue = (val) => {
    console.log('Cron val', val);
  };
  return <Cron value="0 0 * * THU" setValue={setValue} />;
}

export default Cronn;

Screenshots
image

CodeSandbox
A CodeSandbox link with the bug.

Versions (please complete the following information):

  • react-js-cron version [^4.1.0]
  • Ant Design version: [^5.9.0]
  • React version: [^18.2.0]
  • OS: [e.g. iOS]
  • Browser [chrome]
@nurlanmamedov
Copy link

I got same issue.

@xrutayisire
Copy link
Owner

Hi,

Thank you for the issue. I will fix this in a new version, but no bug, since it's only a warning. It will be a blocker for the new major version, but it's not scheduled soon.

I don't have time at the moment, but at the end of the month, beginning of October I will take care of that. In the meantime, it's only a warning without any bugs.

@vugardadalov
Copy link
Author

Thanks for attention. Waiting for... ))

@xrutayisire
Copy link
Owner

Doing that today yes 😉

@xrutayisire xrutayisire self-assigned this Oct 8, 2023
xrutayisire added a commit that referenced this issue Oct 8, 2023
xrutayisire added a commit that referenced this issue Oct 8, 2023
@xrutayisire
Copy link
Owner

v5.0.0 released with the fix 🚀

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

3 participants