Skip to content

Model serialization function doesn't work on ALL handlers #588

@ozziest

Description

@ozziest

A custom model serialization function doesn't work on ALL handlers.

export default (item: any) => {
  return {
    ...item,
    avatar: '',
  };
};

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingnext-releaseThe feature will be released in the next releaseversion-patchIt is just a patch for the current version. It is not a new feature, nor a breaking change.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions