You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement the feature requested by Peerrich in calcom (calcom/cal.com#2939), but as the TimezoneSelect component is imported from the build, it makes it difficult to make some kind of change in the code.
In the example folder (example/src/Timezone.tsx), the TimezoneSelect is imported from dist folder
As it is, any changes made to the code will not reflect in the development, when we create a .tsx component for TimezoneSelect instead of importing from the build we will be able to see the changes at the same time as we do
The text was updated successfully, but these errors were encountered:
@Toledodev alright awesome, seems to work well. Just pushed to main, if you update your branch you should have an updated dev npm script that should do the trick 👍
I'm trying to implement the feature requested by Peerrich in calcom (calcom/cal.com#2939), but as the TimezoneSelect component is imported from the build, it makes it difficult to make some kind of change in the code.

In the example folder (example/src/Timezone.tsx), the TimezoneSelect is imported from dist folder
As it is, any changes made to the code will not reflect in the development, when we create a .tsx component for TimezoneSelect instead of importing from the build we will be able to see the changes at the same time as we do
The text was updated successfully, but these errors were encountered: