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
Encountered problem
The buttonLabels property on the AlertOptions interface on core/src/onsenui.d.ts should be typed as string[2] or [string, string], not [string].
Even the default value of ["Cancel", "OK"] wouldn't fit on [string]. https://github.com/OnsenUI/OnsenUI/blob/master/core/src/onsenui.d.ts#L1128
The text was updated successfully, but these errors were encountered:
Environment
Encountered problem
The
buttonLabels
property on theAlertOptions
interface oncore/src/onsenui.d.ts
should be typed asstring[2]
or[string, string]
, not[string]
.Even the default value of
["Cancel", "OK"]
wouldn't fit on[string]
.https://github.com/OnsenUI/OnsenUI/blob/master/core/src/onsenui.d.ts#L1128
The text was updated successfully, but these errors were encountered: