Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
laolaolulu opened this issue Jul 8, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@laolaolulu
Copy link

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, }

@laolaolulu laolaolulu added the enhancement New feature or request label Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant