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
The previous implementation used a direct property check (`config.seed`),
which could inadvertently treat falsy values, such as `0`, as missing, leading
to incorrect seed validation.
PR-URL: #3007Closes: #2952
Reviewed-by: Athan Reines <[email protected]>
0 commit comments