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
refactor(toolkit-type-helpers): ♻️ enhance isPlainObject type guard with TanStack Query's implementation
The isPlainObject type guard has been improved with a more robust implementation from TanStack Query:
- feat: ✨ add hasObjectPrototype helper to check for [object Object] toString tag
- refactor: 🔨 improve type safety with UnknownObject and UnknownObjectWithAnyKey types
- docs: 📝 add reference to TanStack Query source implementation
0 commit comments