(props, context)
| 53 | } |
| 54 | |
| 55 | constructor(props, context) { |
| 56 | super(props, context); |
| 57 | |
| 58 | autoBindReact(this); |
| 59 | |
| 60 | this.state = { |
| 61 | htmlTree: null, |
| 62 | }; |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * Get element style from the Html instance style. |
nothing calls this directly
no outgoing calls
no test coverage detected