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
feat(normalizr): Add configurable maxEntityDepth on Entity
Allow per-Entity configuration of the denormalization depth limit via
`static maxEntityDepth`. This lets users lower the limit (default 128)
on entities that participate in deep bidirectional relationships,
without requiring any provider or controller configuration.
The depth check in `getUnvisit()` now reads `schema.maxEntityDepth`
with a fallback to the existing 128 default.
Made-with: Cursor
0 commit comments