-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Description
When adding event handlers to numeric input components in React 15.0.1, I get the following warning in the javascript console:
Warning: This synthetic event is reused for performance reasons. If you're seeing this, you're accessing the property
type
on a released/nullified synthetic event. This is set to null. If you must keep the original synthetic event around, use event.persist(). See https://fb.me/react-event-pooling for more information.
Metadata
Metadata
Assignees
Labels
No labels