-
Notifications
You must be signed in to change notification settings - Fork 108
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
How to destroy datepicker instance from one route to another? #83
Comments
For information:: Uncaught TypeError: this.flatpickr.destroy is not a function |
Sorry, are you trying to manually destroy it, or is that |
I have been using mern application and I am using routing. key: 'componentWillUnmount', |
Hi, is there any updates on this? it is still happening on lazy loaded components. |
hello, is there any solution yet i am facing this destroy issue on lazy loaded components. |
Hello. I am also facing this issue after implementing lazy loading. Is a fix for this planned? |
I am getting the following error.
Uncaught TypeError: this.flatpickr.destroy is not a function
at DateTimePicker.componentWillUnmount
The text was updated successfully, but these errors were encountered: