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 a8b462e commit 3a50c07Copy full SHA for 3a50c07
src/renderers/dom/shared/HTMLDOMPropertyConfig.js
@@ -55,11 +55,9 @@ var HTMLDOMPropertyConfig = {
55
seamless: HAS_BOOLEAN_VALUE,
56
selected: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
57
size: HAS_POSITIVE_NUMERIC_VALUE,
58
+ start: HAS_NUMERIC_VALUE,
59
// support for projecting regular DOM Elements via V1 named slots ( shadow dom )
60
span: HAS_POSITIVE_NUMERIC_VALUE,
- // Style must be explicitely set in the attribute list. React components
61
- // expect a style object
62
- start: HAS_NUMERIC_VALUE,
63
// Style must be explicitly set in the attribute list. React components
64
// expect a style object
65
style: 0,
0 commit comments