# Nylas React SDK v3.2.1 and Web Elements v2.5.1

Source: https://developer.nylas.com/docs/changelogs/2026-04-09-javascript-nylas-react-v3-2-1/

## Updated

- Upgraded `@nylas/web-elements` to v2.5.1.

## Fixed

- Improved error handling for authentication failures in the scheduler editor. Auth errors now display a visible error banner on the login screen instead of failing silently. The `nylasSchedulerEditorError` event is emitted with `category: 'auth'` for programmatic error handling. Session expiry detection also catches additional error patterns.
- Fixed scheduler date handling to normalize mixed date inputs (Date objects, ISO strings, and unix timestamps), preventing incorrect fallback dates like 1970 and ensuring timezone-aware selected-day comparisons remain stable across components.
- Fixed deferred initialization for booking refs in private scheduler configurations. Booking ref props (`reschedule`, `cancel`, `organizer confirmation`) no longer prematurely trigger initialization without proper auth credentials. Organizer confirmation salt is now correctly persisted when the booking ref is set dynamically.