We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c0694 commit 18b42a2Copy full SHA for 18b42a2
jscomp/others/jsxDOM.res
@@ -373,7 +373,7 @@ type domProps = {
373
baseProfile?: string,
374
baselineShift?: string,
375
bbox?: string,
376
- begin: string,
+ begin?: string,
377
@deprecated("Please use begin")
378
begin_?: string,
379
bias?: string,
@@ -553,7 +553,7 @@ type domProps = {
553
textDecoration?: string,
554
textLength?: string,
555
textRendering?: string,
556
- to: string,
+ to?: string,
557
@deprecated("Please use to")
558
to_?: string,
559
transform?: string,
0 commit comments