Skip to content

valueOptional triggers swift exception break point #162

@gilpolak

Description

@gilpolak

When calling valueOptional with a value that might return null,
value method is called, value tries to decode a given keyPath, if the keyPath is null(which is logically correct since I called valueOptional),
value throws on DecodeError.missingKeyPath, which triggers swift exception break point.

Is there any future plans in solving this issue? maybe leading valueOptional through a different end point?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions