Skip to content

Feature: How should I set the state type with null initial value? #148

@laolaolulu

Description

@laolaolulu

Problem Description

The initial value of state is null, and the type is user

Proposed Solution

Alternatives Considered

Additional Information

interface User { id: number; name: string; } export default { state: undefined, }

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions