-
Notifications
You must be signed in to change notification settings - Fork 585
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
Upgrade docs from 1.18.3 to 9.3.2 #457
Comments
But, honestly, I think it would be easier to start from scratch and implement the latest version of |
Thanks for the quick response. I think our issue is that back then someone created a custom component in our code that extends AutoSuggest and we are trying to start from scratch. I think the first attempt was to use this custom class that extends it and encapsulate the changes such that the code in the other parts of our application could be relatively unchanged. But I don't think that will work. So I am going to try and learn the new way and see if I can change all the places that uses it. It is just very complex to do, we have one addressPicker component that is actually 5 subclasses down. Yep, different versions of addressPickers where each is an extension of the other. 👍 |
Just curious if there is any documentation on deprecations/changes that we need to do in our code to upgrade to the latest version of react-autosuggest. We have a dev working on our upgrade that is having difficulty determining what we need to change.
Thanks
Mark
The text was updated successfully, but these errors were encountered: