Unverified Commit a8a5368c authored by Hong Minhee's avatar Hong Minhee
Browse files

Fix CustomCollectionCallbacks authorizePredicate type parameter

Changed `keyof TParam & string` to `TParam` in authorize callbacks.
Since TParam is now `string` instead of `Record<string, string>`,
`keyof TParam` would incorrectly resolve to string method names
like "toString", "charAt", etc.

This fixes type checking errors introduced when refactoring collection
dispatcher types from Record-based to string-based parameters.
parent 7e49ab89
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment