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
Then all of a sudden today I was getting errors on the line return value;, that value was null. I figured it was an out-of-scope error. Updating it to this fixed it:
This code, provided in the docs, has worked fine for years:
Then all of a sudden today I was getting errors on the line
return value;
, that value was null. I figured it was an out-of-scope error. Updating it to this fixed it:But... it worked for years. Why did it need an update today?
The text was updated successfully, but these errors were encountered: