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: use DotPath type for type-safe nested key support in useFuzzyFilter
Replace plain `string[]` with a recursive `DotPath<T>` type that generates
valid dot-notation paths from the object type, giving compile-time safety
for nested keys like "environment.type".
https://claude.ai/code/session_01HsDEMADbz1HQmZ4MDD753r
0 commit comments