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
Fix: Handle nullable fallback for optional parameter parsing
Ensure the fallback value is properly checked for null before usage. This prevents potential issues when the initializer value is not defined, improving robustness in parameter parsing.
0 commit comments