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
Use assert when checking for reserved field names (#1025)
This check is for development purposes to verify that the source code
is well configured but not needed during production. Therefore a assert
is more appropriate.
0 commit comments