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
If I create notNull: true variable and declare it with ! at the end it creates not null in database (it's ok) but type of variable is still string | undefined.
If I create
notNull: true
variable and declare it with!
at the end it createsnot null
in database (it's ok) buttype
of variable is stillstring | undefined
.The text was updated successfully, but these errors were encountered: