react-faux-dom
Advanced tools
Changelog
v2.0.0
This should contribute to fixing #4 (Support for Brush) too. The reason that this is a breaking change (a major version bump) is that the event object you receive in event listeners is now the actual native event, not a React synthetic event. If you want the synthetic event use the syntheticEvent
property. This should help even more d3 code just work out of the box.