You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
before upgrading to the latest version, i can ignore the defaultValue. now i should specify the defaultValue with mediaquery width or it will error null.
i look at the code and find that you use defaultValue when the getValue is null, but you make the defaultValue nullable where its mean both can be null and cause the error when defaultValue not specified.