Lucifier129 / react-lite

An implementation of React v15.x that optimizes for small script size
MIT License
1.73k stars 98 forks source link

<img onError={...}/> does not fire #100

Closed matthewoates closed 7 years ago

matthewoates commented 7 years ago

This works in react.

Working react example: https://jsfiddle.net/c2oeshsg/ Broken react-lite example: https://jsfiddle.net/kavLqzby/

Lucifier129 commented 7 years ago

Thanks feedback, now it can work.

matthewoates commented 7 years ago

Awesome. Thanks for the quick response.