icestore icon indicating copy to clipboard operation
icestore copied to clipboard

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

Open laolaolulu opened this issue 3 years ago • 0 comments

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 avatar Jul 08 '22 07:07 laolaolulu