Skip to content

Commit 5e4c216

Browse files
authored
dom: add deprecated note on frameBorder prop
1 parent 035bf00 commit 5e4c216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactDOM.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ module Props = {
12921292
@optional
12931293
formMethod: string /* "post", "get", "put" */,
12941294
@optional
1295-
frameBorder: int,
1295+
frameBorder: int, /* deprecated, prefer to use css border instead */
12961296
@optional
12971297
headers: string,
12981298
@optional

0 commit comments

Comments
 (0)