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
Type applications no longer need to include periods. For example, you can write Array<number> rather than Array.<number>. We should update all of our examples to use the more streamlined syntax.
The text was updated successfully, but these errors were encountered:
Type applications no longer need to include periods. For example, you can write
Array<number>
rather thanArray.<number>
. We should update all of our examples to use the more streamlined syntax.The text was updated successfully, but these errors were encountered: