Skip to content

Async dispose results in null reference. #93

@Morphhh

Description

@Morphhh

When my component disposes, it crashes because the validation is for some reason still triggered.

In TryGetFieldValidator adding

if (_disposedValue) 
      return null

Resolves this issue.

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