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
const message =`File type ${extension}${type} is not allowed. Allowed file types are: ${extensionsList.value}.`
@@ -247,7 +246,11 @@ type RealProps =
247
246
&LinkableByIdProps
248
247
& {
249
248
multiple?:boolean
250
-
/** A list of extensions or mime types to add to the input's accept. Basic validations are done so that files match an extension and mimeType, but note that a file could still be lying, all files should be validated server side.*/
249
+
/**
250
+
* A list of extensions or mime types to add to the input's accept. Basic validations are done so that files match an extension and mimeType, but note that a file could still be lying, all files should be validated server side.
0 commit comments