Skip to content

Remove hard-coded check for action$ tag #1

@anton164

Description

@anton164

Currently the extension splits streams into two types base on their tag: :

title: 'Type',
valueRender: (emission => emission.tag === 'action$' ? `Action` : `Tagged stream`)
}, {
title: 'Value',
valueRender: (emission => emission.tag === 'action$' ? emission.value.type : emission.tag)

This split makes sense when using rxbeach, but this split should ideally be handled differently.

Perhaps we should introduce a setting + simple plugin architecture that controls this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions