InvokeAI/invokeai/frontend/web/src/features/metadata/hooks
psychedelicious e706afe8a6 feat(ui): add valueOrNull to useMetadataItem
In order to allow for null and undefined metadata values, this hook returned a symbol to indicate that parsing failed or was pending.

For values where the parsed value will never be null or undefined, it is useful get the value or null (instead of a symbol).
2024-03-19 22:11:48 +11:00
..
useMetadataItem.tsx feat(ui): add valueOrNull to useMetadataItem 2024-03-19 22:11:48 +11:00