Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

optional method with value parameter for set() #132

@bennobuilder

Description

@bennobuilder

🆕 Feature Request

// currently 
MY_STATE.set(MY_STATE.value + 1);

// feature request
MY_STATE.set((value) => value + 1);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions