-
Notifications
You must be signed in to change notification settings - Fork 78
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
Potentially replace react-timezone-select #793
Comments
Apparently there has been an update on react-timezone-select which was as follows: "Update: Next.js 11.1.0 now supports ESM packages natively! Until 12.0.0 you need to include esmExternals: true in your next.js.config though." is this worthwhile to look at or would it make more sense to continue and replace with a generic search as mentioned above? |
Yeah is a good one to take a look at. |
Hi Guys, I'm working on the Next 11 & React 17 upgrade ticket and tried to use the The first issue was that Currently I can't get over the issue below:
My point is that replacing the component by a custom-built one might still be easier. I'll share my progress in a separate PR after some cleanup. |
Pls continue conversation in #792 |
We are in the process of integrating IDX more deeply into MyMeta and there's the possibility we will upgrade Next as part of the process.
The timezone select component requires transpiling to work with Next 10. There's a question if it will need that in v11 & if it does if it will work.
@dan13ram, what does the timezone select component do other than have a list of timezones & provide text search on the timezone field.
If it would be expedient to replace it, could we make do with a generic text search component rather than something timezone specific?
The text was updated successfully, but these errors were encountered: