Skip to content
Skip to main content

Nylas Web Elements v2.5.5

sdksjavascript
  • Fixed date picker and time slot clicks not working in the scheduler when authentication props (such as configurationId) were set after the component mounted — for example, when passing props through a React wrapper. Clicking a date or time slot now works regardless of when auth props are applied. This regression was introduced in v2.5.0.
  • Fixed schedulerApiUrl being ignored on a full page refresh when using <nylas-scheduling> through a React wrapper, which caused the scheduler to call the default API region instead of the one you configured (for example, EU). The scheduler now reads schedulerApiUrl after React applies props, so the correct region is used on both client-side navigation and hard refreshes.