Dates are changing automatically. (Looks like Artificial intelligence is incorporated)
See original GitHub issuereact-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:
- Created 4 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Getting rid of react-dates, eslint-config-airbnb and other plugins. Thank you.
@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.