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

Prop className did not match #4125

Closed
pymc20 opened this issue Jul 10, 2023 · 1 comment · Fixed by #4126
Closed

Prop className did not match #4125

pymc20 opened this issue Jul 10, 2023 · 1 comment · Fixed by #4126

Comments

@pymc20
Copy link
Contributor

pymc20 commented Jul 10, 2023

warning index.jsx
<div
  className={`react-datepicker__input-container ${
    showIcon ? "react-datepicker__view-calendar-icon" : ""
  }`}
>
<div
  className={`react-datepicker__input-container${
    showIcon ? " react-datepicker__view-calendar-icon" : ""
  }`}
>

It would be nice to remove unnecessary spaces

@martijnrusschen
Copy link
Member

Feel free to submit a pull request.

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 a pull request may close this issue.

2 participants