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 custom fromDate method of the well-known type Timestamp throws a RangeError when the Date has non-zero milliseconds.
Occurs on Google Chrome, Version 68.0.4240.80 (x86_64), mac os.
Reproduction:
Timestamp.fromDate(new Date(2020, 0, 1, 12, 30, 59, 600))
^^^^^^^^
core.js:6241 ERROR RangeError: The number 1577878259.6 cannot be converted to a BigInt because it is not an integer
The text was updated successfully, but these errors were encountered:
The custom
fromDate
method of the well-known typeTimestamp
throws a RangeError when the Date has non-zero milliseconds.Occurs on Google Chrome, Version 68.0.4240.80 (x86_64), mac os.
Reproduction:
The text was updated successfully, but these errors were encountered: