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
fix: guard reserve-overview page against undefined reserve during loading
The .find() call returns undefined when SDK data is still loading, but
an unsafe cast hid this from TypeScript. Remove the as-casts and add a
guard to skip rendering the reserve configuration until data is available.
This matches the pattern already used by ReserveTopDetailsWrapper.
0 commit comments