Skip to content

Make public ExecutionMeta #543

@KilRol

Description

@KilRol

Exported variable 'effectFx' has or is using name 'ExecutionMeta' from external module ".../node_modules/.pnpm/@farfetched[email protected][email protected]/node_modules/@farfetched/core/dist/core" but cannot be named.

export const effectFx = createEffect((payload: UnitValue<typeof mutation.finished.failure>) => {...})

Exported variable 'successfullyFinished' has or is using name 'ExecutionMeta' from external module ".../node_modules/.pnpm/@farfetched[email protected][email protected]/node_modules/@farfetched/core/dist/core" but cannot be named.

export const successfullyFinished = combineEvents([
    mutation1.finished.success,
    mutation2.finished.success,
]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions