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: Resolve type inconsistencies in filter methods
- Fix sole() method to use filterStrict() for static return type consistency
- Fix reject() method to use filterStrict() since it returns static
- Fix ValueObjectList remove() and diff() methods to use filterStrict()
- Ensures type safety between filter() (returns self) and filterStrict() (returns static)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: kakiuchi-shigenao <endou-mame@users.noreply.github.com>
0 commit comments