question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dates are changing automatically. (Looks like Artificial intelligence is incorporated)

See original GitHub issue

react-dates version e.g. react-dates@18.3.1

Describe the bug A clear and concise description of what the bug is.

Source code (including props configuration) Steps to reproduce the behavior:

<DateRangePicker
  startDate={this.state.startDate}
  startDateId="your_unique_start_date_id"
  endDate={this.state.endDate}
  endDateId="your_unique_end_date_id"
  onDatesChange={({ startDate, endDate }) => this.setState({ startDate, endDate })}
  focusedInput={this.state.focusedInput}
  onFocusChange={focusedInput => this.setState({ focusedInput })}
/>

If you have custom methods that you are passing into a react-dates component, e.g. onDatesChange, onFocusChange, renderMonth, isDayBlocked, etc., please include the source for those as well.

Screenshots/Gifs If applicable, add screenshots or gifs to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Is the issue reproducible in Storybook? Please link to the relevant storybook example

Additional context Add any other context about the problem here.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
naveenakadabacommented, Sep 27, 2019

Getting rid of react-dates, eslint-config-airbnb and other plugins. Thank you.

2reactions
ljharbcommented, Sep 27, 2019

@naveenakadaba it is resolved, it’s just not released yet.

If a single bug is enough to make you decide to jettison an entire ecosystem of code, then I’m not sure what to tell you. This is free software; you did not pay for it; you’re not entitled to anything.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is AI? Here's everything you need to know about artificial ...
An executive guide to artificial intelligence, from machine learning and general AI to neural networks.
Read more >
How artificial intelligence is transforming the world
Artificial intelligence is already altering the world and raising important questions for society, the economy, and governance. Intelligence. AI ...
Read more >
What is Artificial Intelligence ( AI) in 2023? - Great Learning
Currently, Artificial Intelligence is being used mostly by companies to improve their process efficiencies, automate resource-heavy tasks, and ...
Read more >
How Artificial Intelligence Will Transform Businesses
This guide explains how AI is already changing the business landscape and how small businesses might leverage the technology.
Read more >
The Future of AI: How Artificial Intelligence Will Change the ...
The future of AI and how it will change every aspect of our lives is a hot topic. We spoke to several experts...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found