react-faux-dom v2.0.0 Release Notes

    • Fix #9 - Make events work like the normal DOM

    👍 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.