@arnosaine/is@0.2.8
·
5 commits
to main
since this release
Patch Changes
- a666bea: Add type support for ClientActionFunctionArgs and ClientLoaderFunctionArgs from React Router v7
- d5f39b1: - Cleaner syntax to provide values from the root loader:
return {__is: is.__values /* other loader data */ };- New:
return { ...is /* other loader data */ }; - Deprecation:
is.__valuesand__isproperty in the root loader data. Use...isor__is_values: is.__is_valuesinstead.
- e55e957: Workaround for typing unknown property (condition) names, e.g. role names as boolean props